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 Kommentare

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.)

Antworten (0)

Diese Frage ist geschlossen.

Gefragt:

am 21 Okt. 2020

Geschlossen:

am 20 Aug. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by