how to select the best 15 scores
Afficher commentaires plus anciens
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)?
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 6 Nov 2015
0 votes
Sort descending and take the first 15 entries of the result.
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!