Community Profile

photo

Jan de Wilde


Thales Nederland B.V.

Last seen: plus de 2 ans il y a Actif depuis 2013

Followers: 0   Following: 0

Contact

Professional Interests: radar: signal processing, image processing

Statistiques

All
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 2
  • First Submission
  • First Answer

Afficher les badges

Feeds

Afficher par

A soumis


bordertext( varargin )
Place text on borders of the figure, border of the subplots, on the inner-side or outer-side.

plus de 7 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Selector( str, choices, nochoice, timeout )
Alternative for menu, with time out and 2D-button placing

plus de 9 ans il y a | 1 téléchargement |

Thumbnail

A soumis


ViewStruct.m
Display the full structure/contents of a 'struct'

plus de 9 ans il y a | 1 téléchargement |

Thumbnail

A soumis


SaveEditorProfile.m
Save editor content and create a 'restore'-function

plus de 9 ans il y a | 1 téléchargement |

A soumis


GetVolumes
Get an overview of all mounted USB/SD devices

plus de 9 ans il y a | 1 téléchargement |

A soumis


GetEnvironment
Get all environment variables from Operating System

plus de 9 ans il y a | 1 téléchargement |

Thumbnail

A soumis


GetBits.m
Extract bits form an uint* word

presque 10 ans il y a | 1 téléchargement |

A répondu
How do I measure mean of every 10 data of a vector size 1x1500?
*Avoiding loops* , try: A = rand(1,1500); % your data M = mean( reshape( A, 10, 150 ) );

presque 10 ans il y a | 2

A répondu
How to determine which axes are linked with linkaxes()?
I found the solution by myself ... but I want to share it on Matlab Central. See GetLinkedAxes (available in MatlabCentra...

environ 11 ans il y a | 0

| A accepté

A soumis


GetLinkedAxes
Get all the axes-handles which are linked to the axis-handle.

environ 11 ans il y a | 1 téléchargement |

Question


How to determine which axes are linked with linkaxes()?
In my main function I've created some subplots and linked them with linkaxes(). How can I determine in another function (or C...

environ 11 ans il y a | 1 réponse | 0

1

réponse