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!