matlab figure sub figures

조회 수: 2 (최근 30일)
sohaib atif
sohaib atif 2013년 11월 29일
댓글: Image Analyst 2013년 11월 30일
hej every one i have again a problem, I have 51 sub figures in one matlab figure is it possible to maximum these figure one by one or as a whole figure

답변 (1개)

Image Analyst
Image Analyst 2013년 11월 29일
Sure. Just call figure() instead of subplot().
figure;
% Enlarge figure to full screen.
set(gcf, 'Units', 'Normalized', 'OuterPosition', [0 0 1 1]);
  댓글 수: 2
sohaib atif
sohaib atif 2013년 11월 29일
i dnt want to use any command in code i just want to zoom in after execution is there any method to see these sub figures because in one figure there are 51 small figures
Image Analyst
Image Analyst 2013년 11월 30일
If you created the code, you could create a callback such that when a user clicks on an image, it opens up full screen.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Data Exploration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by