how to select the best 15 scores
Show older comments
Hi,
How can I select the * best* 15 scores of a 70 element vector with some NaN values in it (which should not be selected)?
Accepted Answer
More Answers (1)
Walter Roberson
on 6 Nov 2015
0 votes
Sort descending and take the first 15 entries of the result.
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!