Miroslav Balda
2013 年からアクティブ
Followers: 0 Following: 0
researcher in fatigue, experimental data fitting
Professional Interests: rotor dynamics, fatigue, data processing
統計
MATLAB Answers
0 質問
2 回答
ランク
of 153,950
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
how to multiply matrix 2 * 2 if the elements of the matrix are row vectors.
Your task is rather simple, and as a matter of fact , you have almost solve it. The a bit modified code is as follows: % E...
how to multiply matrix 2 * 2 if the elements of the matrix are row vectors.
Your task is rather simple, and as a matter of fact , you have almost solve it. The a bit modified code is as follows: % E...
11年以上 前 | 0
回答済み
How to delete the last n elements of an array?
It is simple M = M(1:end-2,:)
How to delete the last n elements of an array?
It is simple M = M(1:end-2,:)
11年以上 前 | 5
| 採用済み