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')
Citation pour cette source
Matthew Simoneau (2024). closewindow (https://www.mathworks.com/matlabcentral/fileexchange/3588-closewindow), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R13
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
En savoir plus sur Search Path dans Help Center et MATLAB Answers
Tags
Remerciements
Inspiré par : ShowWindow
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
1.1.0.1 | Updated license |
||
1.1.0.0 | Add trademarks. |
||
1.0.0.0 |