maxfig

버전 1.0.0.0 (12.9 KB) 작성자: Mihai Moldovan
Maximizes a MATLAB R14 figure in Windows environment.
다운로드 수: 2.9K
업데이트 날짜: 2005/8/22

라이선스 없음

When building a complex GUI it is a common requirement to build a fullscreen interface. To preserve compatibility of GUIs between different OS, MATLAB is not natively aware of Windows specific desktop elements. Using the new docked figures may not be the right solution when the GUI is targeting MATLAB inexperienced users.

Accurate figure maximization can only be achieved by interaction with Windows User32.dll APIs. Due to the large number of requests I received to update my <api_showwindow> to work in R14 environment, I hereby submit a new function for maximization of MATLAB figures. This is not just an update but also adds options to ignore the Windows TaskBar.

Test function and complete mex C-code are included.

AUGUST 2005 UPDATE.
With SP2, the figure frame class has been changed in MATLAB R14. Due to the large number of emails I received I decided to post this quickfix of maxfig (formely known as <maxfig 2>).

인용 양식

Mihai Moldovan (2024). maxfig (https://www.mathworks.com/matlabcentral/fileexchange/6913-maxfig), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP2
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Interactive Control and Callbacks에 대해 자세히 알아보기
도움

받음: api_showwindow

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Updated at MathWorks request.