MAXABS(x) returns the maximum absolute value of x

MAXABS(x) returns the maximum absolute value of x
409 descargas
Actualizado 11 jun 2012

Ver licencia

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.

Citar como

Brenden Epps (2024). 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. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2010a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

updated Description

1.0.0.0