how to set 2 image in one gui?
Mostrar comentarios más antiguos
i want to put 2 or 3 image in one gui ?
and how to How to navigate between guis?
Respuesta aceptada
Más respuestas (1)
Alec Nagel
el 25 de Nov. de 2012
0 votos
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 comentario
Isee You
el 25 de Nov. de 2012
Categorías
Más información sobre Images en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!