ShowWindow
版本 1.0.0.1 (2.5 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://ww2.mathworks.cn/matlabcentral/fileexchange/3407-showwindow), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R13
兼容任何版本
平台兼容性
Windows macOS Linux类别
在 Help Center 和 MATLAB Answers 中查找有关 MATLAB Report Generator 的更多信息
标签
致谢
启发作品: closewindow
