Info

此问题已关闭。 请重新打开它进行编辑或回答。

Sorting an array in matlab

1 次查看(过去 30 天)
Kenneth Morley
Kenneth Morley 2014-1-11
关闭: MATLAB Answer Bot 2021-8-20
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!

回答(1 个)

Azzi Abdelmalek
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 个评论
Kenneth Morley
Kenneth Morley 2014-1-11
Thank you for your answer! However, I get the "too many input arguments error"
Azzi Abdelmalek
Azzi Abdelmalek 2014-1-11
Post a sample of your data ( 5 rows)

此问题已关闭。

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by