sort and sortrow differences

Réponses (2)

Azzi Abdelmalek
Azzi Abdelmalek le 19 Fév 2013

0 votes

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.

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by