Dockfig/Undockfig

Programmatically dock or undock one or all open figures.
2,3K descargas
Actualizado 1 sep 2016

Ver licencia

dockfig(FIG)
Docks figure with handle FIG, and brings it to the front.

dockfig('all')
Docks all open figures
undockfig(FIG)
Undocks figure with handle FIG, and brings it to the front.

undockfig('all')
Undocks all open figures

Citar como

Brett Shoelson (2024). Dockfig/Undockfig (https://www.mathworks.com/matlabcentral/fileexchange/18194-dockfig-undockfig), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2007b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Interactive Control and Callbacks en Help Center y MATLAB Answers.

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.2.0.1

Updated license

1.2.0.0

added Mathworks copyright to license and M files

1.1.0.0

added copyright

1.0.0.0

Per John's suggestion, providing default behavior when no input is provided. (Operates on current figure.)