sort and sortrow differences
显示 更早的评论
回答(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!