How to find elements of an Array using indexes.
Ältere Kommentare anzeigen
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 Kommentare
James Tursa
am 5 Jul. 2018
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
am 5 Jul. 2018
Brandon Bush
am 5 Jul. 2018
Brandon Bush
am 5 Jul. 2018
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Matrix Indexing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!