Matrix Limits
Versione 1.1.0.1 (1,41 KB) da
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!
Cita come
Robert Bemis (2024). Matrix Limits (https://www.mathworks.com/matlabcentral/fileexchange/2488-matrix-limits), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R10
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Scopri di più su Characters and Strings in Help Center e MATLAB Answers
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.