이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
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 (2026). Create Non-overlapping (cascading) Figure Windows (https://kr.mathworks.com/matlabcentral/fileexchange/8670-create-non-overlapping-cascading-figure-windows), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 준 파일: Cascade
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 |
