select maximum numbers in vector array

12 visualizzazioni (ultimi 30 giorni)
I have vector array, I want to select the one-third maximum numbers from this array

Risposta accettata

José-Luis
José-Luis il 4 Gen 2017
Modificato: José-Luis il 4 Gen 2017
You could use sort() and select the last/first third, depending on the arguments you passed.

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by