select maximum numbers in vector array

1 view (last 30 days)
I have vector array, I want to select the one-third maximum numbers from this array

Accepted Answer

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

More Answers (0)

Categories

Find more on Data Import and Analysis in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!