finding specific values' rows numbers in an array
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
sermet
am 29 Jun. 2015
Bearbeitet: Guillaume
am 29 Jun. 2015
a=[11;4;3;99;5;6;7];
b=[4;7];
I need to find which rows in a matrix include 4,7. The answer must be 2th and 7th rows w.r.t. the solution.
0 Kommentare
Akzeptierte Antwort
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!