ShowWindow

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. に取得済み.

謝辞

ヒントを与えたファイル: closewindow

カテゴリ

Help Center および MATLAB AnswersMATLAB Report Generator についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.1

Updated license

1.0.0.0

Fix M-lint warning.