undecorateFig - remove/restore figure border and title bar

버전 1.1.0.0 (31.8 KB) 작성자: Yair Altman
Removes/restores the border and title bar of Matlab figures
다운로드 수: 1.7K
업데이트 날짜: 2015/3/20

라이선스 보기

Description:
undecorateFig removes the border, title bar, menu bar and toolbar of a Matlab figure.
redecorateFig restores the figure to its previous (decorated) state.

Syntax:
undecorateFig(hFig) % hFig is a figure handle or any other GUI handle (default: current figure)
redecorateFig(hFig)

Technical details:
http://undocumentedmatlab.com/blog/frameless-undecorated-figure-windows

Warning:
This code heavily relies on undocumented and unsupported Matlab functionality. It is expected to work on Matlab 7 and higher, but use at your own risk!

인용 양식

Yair Altman (2024). undecorateFig - remove/restore figure border and title bar (https://www.mathworks.com/matlabcentral/fileexchange/50111-undecoratefig-remove-restore-figure-border-and-title-bar), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

Removed annoying Matlab warning that "figure JavaFrame property will be obsoleted in a future release"

1.0.0.0