photo

Jan de Wilde


Thales Nederland B.V.

Last seen: 3年以上 前 2013 年からアクティブ

Followers: 0   Following: 0

Professional Interests: radar: signal processing, image processing

統計

All
MATLAB Answers

1 質問
2 回答

File Exchange

8 ファイル

ランク
11,508
of 297,711

評判
4

コントリビューション
1 質問
2 回答

回答採用率
100.0%

獲得投票数
2

ランク
4,498 of 20,465

評判
310

平均評価
4.60

コントリビューション
8 ファイル

ダウンロード
8

ALL TIME ダウンロード
2371

ランク

of 159,406

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • 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 ) );

11年弱 前 | 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年弱 前 | 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...

12年弱 前 | 1 件の回答 | 0

1

回答