Set Figure to Screen

버전 1.3.0.0 (2.65 KB) 작성자: Robert M. Flight
Useful for defining default figure locations on multiple monitors
다운로드 수: 1.8K
업데이트 날짜: 2009/5/20

라이선스 보기

Like to use multiple monitors? Don't like Matlab default figure behavior for multiple monitors? This function allows one to define which monitor figures will be drawn on by default. It also allows one to set the default position based on monitor, or a previously drawn figure. This means you can even set the default position to fill an entire monitor!

Examples:
set_figure_toscreen(a)
Where 'a' is numeric, either a monitor number (1, 2, 3, 4) or a figure handle.
set_figure_toscreen(opt,a)
Where opt is a string, either 'mon' to use a monitor, or 'fig' to
use a figure handle. a should be either a monitor number (if using 'mon') or a figure handle (if using 'fig').

인용 양식

Robert M. Flight (2024). Set Figure to Screen (https://www.mathworks.com/matlabcentral/fileexchange/21958-set-figure-to-screen), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2008a
모든 릴리스와 호환
플랫폼 호환성
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.3.0.0

Removed the use of a Java COM object specific to PC systems in order to make it more general, as well as the ability to set default based on the Matlab position.

1.2.0.0

Reorganized into two sections, decision making based on input and actual calculations to change figure position in order to make the function more readable by users. Functionality is unchanged.

1.1.0.0

As suggested, added an H1 line and corrected the logical conditions.

1.0.0.0