load multiply image on GUI
Mostrar comentarios más antiguos
when using GUI , I use Axes to load images, and load the first image successfully, however,when I load the second image, it becomes small than first image and overlapped on the first image. How can I remove the first image and make the rest image the same size as first one? which function should I use? Thank you very much!
Respuestas (1)
Image Analyst
el 19 de Feb. de 2012
0 votos
Use "cla" or "cla reset" in between calls to imshow() or whatever.
Categorías
Más información sobre Image Preview and Device Configuration en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!