ShowWindow

Change the state of a window, like minimize and maximize.

Sie verfolgen jetzt diese Einreichung

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

Zitieren als

Matthew Simoneau (2026). ShowWindow (https://de.mathworks.com/matlabcentral/fileexchange/3407-showwindow), MATLAB Central File Exchange. Abgerufen .

Quellenangaben

Inspiriert: closewindow

Kategorien

Mehr zu MATLAB Report Generator finden Sie in Help Center und MATLAB Answers

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
1.0.0.1

Updated license

1.0.0.0

Fix M-lint warning.