Community Profile

photo

Jan de Wilde


Thales Nederland B.V.

Last seen: 2년 초과 전 2013년부터 활동

Followers: 0   Following: 0

연락

Professional Interests: radar: signal processing, image processing

통계

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

배지 보기

Feeds

보기 기준

제출됨


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

7년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


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

9년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


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

9년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


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

9년 초과 전 | 다운로드 수: 1 |

제출됨


GetVolumes
Get an overview of all mounted USB/SD devices

9년 초과 전 | 다운로드 수: 1 |

제출됨


GetEnvironment
Get all environment variables from Operating System

9년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


GetBits.m
Extract bits form an uint* word

거의 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 ) );

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

대략 11년 전 | 0

| 수락됨

제출됨


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

대략 11년 전 | 다운로드 수: 1 |

질문


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

1

답변