Returns the axis limits to the range of the data, or the data amplitude (x2-x1, y2-y1 and z2-z1).
As varargin you can use pairs of PropName,PropValue, so that only objects with such properties will be used.
Syntax:
[AMPX,AMPY,AMPZ] = RANGE_ON_AXIS(AXIS,PropName1,PropValue1, ...)
[X1,X2,Y1,Y2,Z1,Z2] = RANGE_ON_AXIS(AXIS,...)
Citation pour cette source
M MA (2024). range_on_axis (https://www.mathworks.com/matlabcentral/fileexchange/8632-range_on_axis), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R12
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
En savoir plus sur Data Exploration dans Help Center et MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
1.0.0.0 | Added function isprop (not present in Matlab R<13) |