photo

Jan de Wilde


Thales Nederland B.V.

Last seen: 4 years 前 自 2013 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: radar: signal processing, image processing

统计学

All
MATLAB Answers

1 个提问
2 个回答

File Exchange

8 文件

排名
11,550
of 300,105

声誉
4

贡献数
1 个提问
2 个回答

回答接受率
100.0%

收到投票数
2

排名
4,555 of 20,874

声誉
311

平均
4.60

贡献数
8 文件

下载次数
8

ALL TIME 下载次数
2380

排名

of 167,405

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 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.

9 years 前 | 1 次下载 |

4.6 / 5
Thumbnail

已提交


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

10 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


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

11 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


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

11 years 前 | 1 次下载 |

0.0 / 5

已提交


GetVolumes
Get an overview of all mounted USB/SD devices

11 years 前 | 1 次下载 |

0.0 / 5

已提交


GetEnvironment
Get all environment variables from Operating System

11 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


GetBits.m
Extract bits form an uint* word

11 years 前 | 1 次下载 |

0.0 / 5

已回答
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 ) );

11 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...

12 years 前 | 0

| 已接受

已提交


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

12 years 前 | 1 次下载 |

0.0 / 5

提问


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

12 years 前 | 1 个回答 | 0

1

个回答