
Jan de Wilde
Thales Nederland B.V.
Professional Interests: radar: signal processing, image processing
Statistics
RANK
11,174
of 281,636
REPUTATION
4
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
2
RANK
4,338 of 19,056
REPUTATION
308
AVERAGE RATING
4.60
CONTRIBUTIONS
8 Files
DOWNLOADS
10
ALL TIME DOWNLOADS
2351
RANK
of 133,943
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
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 |

Submitted
Selector( str, choices, nochoice, timeout )
Alternative for menu, with time out and 2D-button placing
8 years ago | 1 download |

Submitted
ViewStruct.m
Display the full structure/contents of a 'struct'
9 years ago | 3 downloads |

Submitted
SaveEditorProfile.m
Save editor content and create a 'restore'-function
9 years ago | 1 download |
Submitted
GetEnvironment
Get all environment variables from Operating System
9 years ago | 1 download |

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 ) );
9 years ago | 2
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...
10 years ago | 0
| accepted
Submitted
GetLinkedAxes
Get all the axes-handles which are linked to the axis-handle.
10 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...
10 years ago | 1 answer | 0