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 comentarios

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

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Preguntada:

el 21 de Oct. de 2020

Cerrada:

el 20 de Ag. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by