how to set 2 image in one gui?
Show older comments
i want to put 2 or 3 image in one gui ?
and how to How to navigate between guis?
Accepted Answer
More Answers (1)
Alec Nagel
on 25 Nov 2012
0 votes
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).
Categories
Find more on Images in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!