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

MAXX(x) returns the overall maximum value of matrix x
136 Downloads
Updated 11 Jun 2012

View License

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.

Cite As

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

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Characters and Strings in Help Center and MATLAB Answers
Tags Add Tags
max

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

updated Description

1.0.0.0