Building a function that calls on an array and finds its maximum

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

x=[4 8 34 23 98 31];
y=max(x);
(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.

Clôturé :

le 20 Août 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by