GetLinkedAxes
Versione 1.0.0.0 (1,68 KB) da
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 );
Cita come
Jan de Wilde (2025). GetLinkedAxes (https://it.mathworks.com/matlabcentral/fileexchange/41273-getlinkedaxes), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2012b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- 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 >
Scopri di più su Automated Fixed-Point Conversion in MATLAB 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.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 |
