sort and sortrow differences
Ältere Kommentare anzeigen
what is the difference between sort and sortrow? Thanks
Antworten (2)
Jos (10584)
am 19 Feb. 2013
help sort
help sortrows
Azzi Abdelmalek
am 19 Feb. 2013
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.
Kategorien
Mehr zu Shifting and Sorting Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!