Building a function that calls on an array and finds its maximum
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
Can somebody help/ give me an example of a function that would find the maximum of an array. Any help would be appreciated.
2 commentaires
David Hill
le 21 Oct 2020
x=[4 8 34 23 98 31];
y=max(x);
Walter Roberson
le 21 Oct 2020
(That could would find the maximum of a scalar or vector, not of an array with 2 or more dimensions.)
Réponses (0)
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!