Matrix Limits
Versión 1.1.0.1 (1.41 KB) por
Robert Bemis
Provides simple syntax to get range of values in N-dim numeric arrays.
Many MATLAB functions use a range of values and many times its the range of your data such as
>> caxis([lo hi])
Use
>> caxis(limits(x))
instead of
>> caxis([min(x(:)) max(x(:))])
especially for long variable names!
Citar como
Robert Bemis (2023). Matrix Limits (https://www.mathworks.com/matlabcentral/fileexchange/2488-matrix-limits), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R10
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Más información sobre Characters and Strings en Help Center y MATLAB Answers.
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.