I have two figure in my output result but I want to show both figure in a single figure, How can I ?
조회 수: 3 (최근 30일)
이전 댓글 표시
I have two figure in my output result but I want to show both figure in a single figure, How can I ?
figure; figure;
in output there are two figure but I want to club/combine both figure in a figure1/figure2, How can I?
댓글 수: 0
답변 (3개)
Farhad Sedaghati
2015년 7월 17일
This following function helps you to put several fig files next to each other as subplots: http://www.mathworks.com/matlabcentral/fileexchange/51236-subplot It is important to note that all the saved fig file should be 2D and single plot (No subplots)
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Printing and Saving에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!