Jan de Wilde
Thales Nederland B.V.
Followers: 0 Following: 0
Professional Interests: radar: signal processing, image processing
Feeds
제출됨
bordertext( varargin )
Place text on borders of the figure, border of the subplots, on the inner-side or outer-side.
대략 8년 전 | 다운로드 수: 1 |
제출됨
Selector( str, choices, nochoice, timeout )
Alternative for menu, with time out and 2D-button placing
거의 10년 전 | 다운로드 수: 1 |
답변 있음
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 ) );
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년 초과 전 | 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...
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년 초과 전 | 0
| 수락됨
제출됨
GetLinkedAxes
Get all the axes-handles which are linked to the axis-handle.
11년 초과 전 | 다운로드 수: 2 |
질문
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년 초과 전 | 답변 수: 1 | 0