select maximum numbers in vector array

I have vector array, I want to select the one-third maximum numbers from this array

 採用された回答

José-Luis
José-Luis 2017 年 1 月 4 日
編集済み: José-Luis 2017 年 1 月 4 日

0 投票

You could use sort() and select the last/first third, depending on the arguments you passed.

その他の回答 (0 件)

タグ

質問済み:

2017 年 1 月 4 日

編集済み:

2017 年 1 月 4 日

Community Treasure Hunt

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

Start Hunting!

Translated by