absmax
Version 1.0.0.0 (1.27 KB) by
Adam McNeilly
Returns the value of the element with the largest absolute value in the input matrix.
Returns the value of the element with the largest abs value in the input matrix 'A'. Input 'A' must be numeric, but can be any size and shape.
This is useful because it eliminates iterating through all the dimensions of a matrix.
examples:
A=[-5 3 2 3; 3 2 1 4];
absmax(A) will return -5
A=[643,10];
absmax(A) will return 643
Cite As
Adam McNeilly (2026). absmax (https://www.mathworks.com/matlabcentral/fileexchange/41115-absmax), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2013a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Language Fundamentals > Matrices and Arrays >
- MATLAB > Language Fundamentals > Operators and Elementary Operations >
Find more on Matrices and Arrays in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
