maximum number and indexing
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
how can i find maximun number from an array for example .a=[2,44,6,77,3,9],how can i find max 2 numbers which are ,44 and 77 from a single command ? and how to know there index .thanks
0 commentaires
Réponses (1)
madhan ravi
le 3 Avr 2019
maxk(a,2)
Voir également
Catégories
En savoir plus sur Point Cloud Processing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!