sort and sortrow differences
古いコメントを表示
what is the difference between sort and sortrow? Thanks
回答 (2 件)
Jos (10584)
2013 年 2 月 19 日
help sort
help sortrows
Azzi Abdelmalek
2013 年 2 月 19 日
A=magic(4);
sort(A,1) % sorts the columns of A independently
sort(A,2) % sorts the rows of A independently
sortrows(A,2) % sorts the matrix based on the columns 2.
カテゴリ
ヘルプ センター および File Exchange で Shifting and Sorting Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!