How to find elements of an Array using indexes.
古いコメントを表示
I need to find the elements in a 388x2 array by using indexes given by [I]. The indexes can be any number within the 0-388 range and there are 31 total.
4 件のコメント
James Tursa
2018 年 7 月 5 日
Indexes can't be 0 in MATLAB. Can you give a small example? Normally you would just do something like this:
result = my_array(I,:);
Brandon Bush
2018 年 7 月 5 日
Brandon Bush
2018 年 7 月 5 日
Brandon Bush
2018 年 7 月 5 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!