how to set 2 image in one gui?
Mostra commenti meno recenti
i want to put 2 or 3 image in one gui ?
and how to How to navigate between guis?
Risposta accettata
Più risposte (1)
Alec Nagel
il 25 Nov 2012
0 voti
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 Commento
Isee You
il 25 Nov 2012
Categorie
Scopri di più su Images in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!