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!