Matrix Limits

Provides simple syntax to get range of values in N-dim numeric arrays.
2,5K téléchargements
Mise à jour 1 sept. 2016

Afficher la licence

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!

Citation pour cette source

Robert Bemis (2026). Matrix Limits (https://fr.mathworks.com/matlabcentral/fileexchange/2488-matrix-limits), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R10
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Characters and Strings dans Help Center et MATLAB Answers
Version Publié le Notes de version
1.1.0.1

Updated license

1.1.0.0

copyright

1.0.0.0