how to set 2 image in one gui?
Afficher commentaires plus anciens
i want to put 2 or 3 image in one gui ?
and how to How to navigate between guis?
Réponse acceptée
Plus de réponses (1)
Alec Nagel
le 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).
1 commentaire
Isee You
le 25 Nov 2012
Catégories
En savoir plus sur Image Arithmetic dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!