GetLinkedAxes
Version 1.0.0.0 (1,68 ko) par
Jan de Wilde
Get all the axes-handles which are linked to the axis-handle.
Get all the axes-handles which are linked to the axis-handle given as input; or, when omitted linked to the current_axis.
Example:
figure(1);
sh1 = subplot(211); plot(randn(1,100));
sh2 = subplot(212); plot(randn(1,100));
linkaxes([ sh1 sh2 ]); zoom on;
allaxes = GetLinkedAxes( sh1 );
disp( allaxes );
Citation pour cette source
Jan de Wilde (2026). GetLinkedAxes (https://fr.mathworks.com/matlabcentral/fileexchange/41273-getlinkedaxes), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2012b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
- Code Generation > Fixed-Point Designer > Automated Data Type Conversion > Automated Fixed-Point Conversion in MATLAB >
- FPGA, ASIC, and SoC Development > Fixed-Point Designer > Automated Data Type Conversion > Automated Fixed-Point Conversion in MATLAB >
En savoir plus sur Automated Fixed-Point Conversion in MATLAB dans Help Center et MATLAB Answers
Tags
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 |
