
Jan de Wilde
Thales Nederland B.V.
Followers: 0 Following: 0
統計
All
ランク
of 159,406
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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 ) );
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...
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