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 LinuxCategorías
Más información sobre Search Path en Help Center y MATLAB Answers.
Etiquetas
Agradecimientos
Inspirado por: ShowWindow
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.