how to set 2 image in one gui?
이전 댓글 표시
i want to put 2 or 3 image in one gui ?
and how to How to navigate between guis?
채택된 답변
추가 답변 (1개)
Alec Nagel
2012년 11월 25일
0 개 추천
Not quite sure if I have understood the question correctly, but to get two or more figures in one figure window you use the subplot command. subplot(2,4,7) will make a 2x4 grid of sub figures and choose the third one in the second row.
To activate a different window (for example figure 3) you use figure(3).
카테고리
도움말 센터 및 File Exchange에서 Images에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!