sort and sortrow differences

回答 (2 件)

Jos (10584)
Jos (10584) 2013 年 2 月 19 日

0 投票

help sort
help sortrows
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 ExchangeShifting 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