How to find elements of an Array using indexes.
Afficher commentaires plus anciens
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 commentaires
James Tursa
le 5 Juil 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
le 5 Juil 2018
Brandon Bush
le 5 Juil 2018
Brandon Bush
le 5 Juil 2018
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Matrix Indexing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!