sort and sortrow differences

답변 (2개)

Azzi Abdelmalek
Azzi Abdelmalek 2013년 2월 19일

0 개 추천

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에 대해 자세히 알아보기

태그

질문:

2013년 2월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by