Jan de Wilde
Thales Nederland B.V.
Followers: 0 Following: 0
Professional Interests: radar: signal processing, image processing
Statistics
RANK
10,901
of 294,577
REPUTATION
4
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
2
RANK
4,455 of 20,127
REPUTATION
309
AVERAGE RATING
4.60
CONTRIBUTIONS
8 Files
DOWNLOADS
10
ALL TIME DOWNLOADS
2366
RANK
of 152,032
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
Feeds
Submitted
bordertext( varargin )
Place text on borders of the figure, border of the subplots, on the inner-side or outer-side.
8 years ago | 1 download |
Submitted
Selector( str, choices, nochoice, timeout )
Alternative for menu, with time out and 2D-button placing
9 years ago | 1 download |
Submitted
ViewStruct.m
Display the full structure/contents of a 'struct'
10 years ago | 1 download |
Submitted
SaveEditorProfile.m
Save editor content and create a 'restore'-function
10 years ago | 1 download |
Submitted
GetEnvironment
Get all environment variables from Operating System
10 years ago | 2 downloads |
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
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 | 2 downloads |
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