Community Profile

photo

Jan de Wilde


Thales Nederland B.V.

Last seen: 2 years ago Active since 2013

Professional Interests: radar: signal processing, image processing

Statistics

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

View badges

Content Feed

View by

Submitted


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

7 years ago | 1 download |

Thumbnail

Submitted


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

9 years ago | 1 download |

Thumbnail

Submitted


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

9 years ago | 1 download |

Thumbnail

Submitted


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

9 years ago | 1 download |

Submitted


GetVolumes
Get an overview of all mounted USB/SD devices

9 years ago | 1 download |

Submitted


GetEnvironment
Get all environment variables from Operating System

9 years ago | 2 downloads |

Thumbnail

Submitted


GetBits.m
Extract bits form an uint* word

10 years ago | 1 download |

Answered
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 ) );

10 years ago | 2

Answered
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...

11 years ago | 0

| accepted

Submitted


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

11 years ago | 1 download |

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...

11 years ago | 1 answer | 0

1

answer