photo

Jan de Wilde


Thales Nederland B.V.

Last seen: 3 years 前 自 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

排序方式:

已回答
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 前 | 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 前 | 0

| 已接受

提问


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 前 | 1 个回答 | 0

1

个回答