MAXX(x) returns the overall maximum value of matrix x

MAXX(x) returns the overall maximum value of matrix x
136 download
Aggiornato 11 giu 2012

Visualizza la licenza

MAXX(x) returns the overall maximum value of matrix x (See also: MAX(x))

The only point of this function is to save key strokes:
maxx(x) == max(x(:))

If you use Matlab often and you value your time, then this function may appeal to you.

Cita come

Brenden Epps (2024). MAXX(x) returns the overall maximum value of matrix x (https://www.mathworks.com/matlabcentral/fileexchange/37073-maxx-x-returns-the-overall-maximum-value-of-matrix-x), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2010a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Characters and Strings in Help Center e MATLAB Answers
Tag Aggiungi tag
max

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

updated Description

1.0.0.0