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://kr.mathworks.com/matlabcentral/fileexchange/3407-showwindow), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 준 파일: closewindow

카테고리

Help CenterMATLAB Answers에서 MATLAB Report Generator에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.1

Updated license

1.0.0.0

Fix M-lint warning.