Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Sorting an array in matlab
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hello all:
I am trying to sort an array by the names of counties but I am struggling on how to do this. I have attached a picture of what the array looks like. Thanks for your help!
0 Commenti
Risposte (1)
Azzi Abdelmalek
il 11 Gen 2014
Modificato: Azzi Abdelmalek
il 11 Gen 2014
col=7
out=sortrows(A,col)
Example
A={1 'A' 'Baldwin';2 'B' 'Walton';3 'C' 'Jackson'}
col=3
out=sortrows(A,col)
2 Commenti
Questa domanda è chiusa.
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!