Extracting column no. from an array based on values in another array
Ältere Kommentare anzeigen
Hi,
I have an array: Array1
and another array(sub set of above one): Array2
I want to know the position of elemnts of Array2 in Array1.
For Ex:
Input:
Array1 - [A,B,C,D,E,F]
Array2 - [B,D]
Output:
2,4
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Structures 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!