ShowWindow
バージョン 1.0.0.1 (2.47 KB) 作成者:
Matthew Simoneau
Change the state of a window, like minimize and maximize.
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')
引用
Matthew Simoneau (2026). ShowWindow (https://jp.mathworks.com/matlabcentral/fileexchange/3407-showwindow), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
作成:
R13
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
Help Center および MATLAB Answers で MATLAB Report Generator についてさらに検索
タグ
謝辞
ヒントを与えたファイル: closewindow
