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!