largestMax

The largest component of all vector and/or matrix inputs.
348 Downloads
Updated 21 Jul 2009

View License

LARGESTMAX(X), where X is any number of vectors and/or matrices, is the largest component present in any of these structures. LARGESTMAX(X) is consistent with MATLAB's built-in MAX(X) for vectors only!! LARGESTMAX(X) for a matrix returns the equivalent of MAX(MAX(X)). LARGESTMAX accepts mixed inputs of vectors and matrices. A matrix is defined as having exactly 2 dimensions.

VALID INPUTS: row and column vectors and 2-D matrices. These can contain characters, complex numbers, and numerics. Logicals, doubles, singles, int8, uint8, int16, int32, and uint32 are also valid.
INVALID INPUTS: cell arrays, 64-bit signed and unsigned values, structures, function handles, user classes, and java classes.

These lists may not be all-inclusive.

Cite As

Brian Schrameck (2024). largestMax (https://www.mathworks.com/matlabcentral/fileexchange/24808-largestmax), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Text Analytics Toolbox in Help Center and MATLAB Answers
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0