You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
MAXABS(x) returns the maximum absolute value of x (see also: MAX, ABS)
The only point of this function is to save key strokes:
maxabs(x) == max(abs(x(:)))
If you use Matlab often and you value your time, then this function may appeal to you.
Cite As
Brenden Epps (2026). MAXABS(x) returns the maximum absolute value of x (https://www.mathworks.com/matlabcentral/fileexchange/37075-maxabs-x-returns-the-maximum-absolute-value-of-x), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.1.0.0 (1.11 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
