Compare Two Figures side by side

버전 1.0.0.1 (1.58 KB) 작성자: Michael Katz
Takes the content of a two figures and puts them next to each other in one figure window.
다운로드 수: 1.9K
업데이트 날짜: 2016/9/1

라이선스 보기

This should copy a figure window and all the objects in it to the first one and resized to fit both.
Example:
figure(1)
plot(rand(5))
figure(2)
surf(peaks)
compareFigures(1,2)

This is a little cleaner than managing two figure windows, but it may not be best thing to do if you want to do further processing on either figure.

I'd expect issues if you're using two different colormaps.

인용 양식

Michael Katz (2024). Compare Two Figures side by side (https://www.mathworks.com/matlabcentral/fileexchange/21998-compare-two-figures-side-by-side), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2008b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Subplots에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

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

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

Updated license

1.0.0.0