Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Sorting an array in matlab
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Azzi Abdelmalek
2014 年 1 月 11 日
編集済み: Azzi Abdelmalek
2014 年 1 月 11 日
col=7
out=sortrows(A,col)
Example
A={1 'A' 'Baldwin';2 'B' 'Walton';3 'C' 'Jackson'}
col=3
out=sortrows(A,col)
2 件のコメント
この質問は閉じられています。
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!