You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
SHOWWINDOW(NAME,STATE) changes the state of the window with a certain NAME to the specified STATE. STATE must be one of the following:
'hide', 'shownormal', 'normal', 'showminimized', 'showmaximized',
'maximize', 'shownoactivate', 'show', 'minimize', 'showminnoactive',
'showna', 'restore', 'showdefault', 'forceminimize',
'max'
Examples:
>> showwindow('MATLAB','minimize')
>> showwindow('','minimize')
>> figure(4); showwindow('Figure No. 4','maximize'); text(.5,.5,'Simoneau')
Cite As
Matthew Simoneau (2026). ShowWindow (https://www.mathworks.com/matlabcentral/fileexchange/3407-showwindow), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired: closewindow
General Information
- Version 1.0.0.1 (2.47 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
