how to find the position in a string array
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
attributes={'aaaa','bbbb','cccc','dddd' };
str='cccc';
how to find position 3 ?
0 Commenti
Risposta accettata
Walter Roberson
il 6 Apr 2014
Read the documentation in ismember()
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Get Started with MATLAB in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!