maximum number and indexing
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
madhan ravi
am 3 Apr. 2019
maxk(a,2)
Siehe auch
Kategorien
Mehr zu Point Cloud Processing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!