Create Non-overlapping (cascading) Figure Windows

버전 1.0.0.0 (802 Bytes) 작성자: Michael Kleder
Creates figures as usual, except puts them in non-overlapping locations.
다운로드 수: 3K
업데이트 날짜: 2005/10/7

라이선스 없음

FIGUREC - create a figure window in a non-overlapping (cascading) location

USAGE:

figurec
figurec(...)
h=figurec
h=figurec(...)

FIGUREC acts just like the MATLAB FIGURE command, with all arguments passed through, except that the new figure is created a little to the right and down from the highest numbered figure currently existing, so that they won't overlap. If moving the location would push the figure too close to the edge of the screen, then the new figure is created in the default location as usual. (Subsequent figures will again be cascaded.) An optional figure handle is returned according to the usual FIGURE calling syntax.

EXAMPLE:

close all
for n=1:20
figurec('color',rand(1,3))
plot(0,0);title('Sample')
end

인용 양식

Michael Kleder (2024). Create Non-overlapping (cascading) Figure Windows (https://www.mathworks.com/matlabcentral/fileexchange/8670-create-non-overlapping-cascading-figure-windows), MATLAB Central File Exchange. 검색됨 .

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

줌: Cascade

Community Treasure Hunt

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

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