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

 Akzeptierte Antwort

José-Luis
José-Luis am 4 Jan. 2017
Bearbeitet: José-Luis am 4 Jan. 2017

0 Stimmen

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

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by