closewindow

Close any window by name.
3,1K descargas
Actualizado 1 sep 2016

Ver licencia

Requires generic DLL calling, https://www.mathworks.com/help/matlab/ref/loadlibrary.html
Only works on Microsoft® Windows®.

CLOSEWINDOW Close a window.
CLOSEWINDOW(NAME) closese the window with a certain NAME.

Example:

>> system('notepad &');

>> closewindow('Untitled - Notepad')

Citar como

Matthew Simoneau (2024). closewindow (https://www.mathworks.com/matlabcentral/fileexchange/3588-closewindow), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R13
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Search Path en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: ShowWindow

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

Updated license

1.1.0.0

Add trademarks.

1.0.0.0