ShowWindow

Change the state of a window, like minimize and maximize.
5,9K Descargas
Actualizado 1 sep 2016

Ver licencia

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')

Citar como

Matthew Simoneau (2026). ShowWindow (https://es.mathworks.com/matlabcentral/fileexchange/3407-showwindow), 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 MATLAB Report Generator en Help Center y MATLAB Answers.
Agradecimientos

Inspiración para: closewindow

Versión Publicado Notas de la versión
1.0.0.1

Updated license

1.0.0.0

Fix M-lint warning.