Dockfig/Undockfig

Programmatically dock or undock one or all open figures.
2,3K téléchargements
Mise à jour 1 sept. 2016

Afficher la licence

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

Citation pour cette source

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

Compatibilité avec les versions de MATLAB
Créé avec R2007b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Interactive Control and Callbacks dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
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.)