GetLinkedAxes

Get all the axes-handles which are linked to the axis-handle.
216 descargas
Actualizado 14 abr 2013

Ver licencia

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 );

Citar como

Jan de Wilde (2024). GetLinkedAxes (https://www.mathworks.com/matlabcentral/fileexchange/41273-getlinkedaxes), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2012b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0