Info
この質問は閉じられています。 編集または回答するには再度開いてください。
What can I do for this Matrix manipulation
1 回表示 (過去 30 日間)
古いコメントを表示
I have two types of matrix (29*1 and 168*1). K: 29*1, R: 168*1
The values of K represent specific n-th row of R. And I'd like to take values of R corresponding to K values. In the end, I should have this matrix, R'(29*1) from R(168*1).
What can I do for that?
4 件のコメント
Rik
2019 年 6 月 4 日
Is this what you mean?
R2_value(k)
You're making it confusing by not explaining what you mean with a small example.
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!