Retrieve data of a row in the table
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a table with 2 columns as follows:
![1.PNG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/221031/1.png)
pos column consists of integers from 1 -> n,
iwant column contains permutations of string 012345
How can I get a pos when I know iwant?
desired results: iwant = '542031' ---> pos = 11
Help me! Thank you very much!
Antworten (1)
Siehe auch
Kategorien
Mehr zu Descriptive Statistics and Visualization finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!