How to show an image or a plot in a different window from my gui?

In my gui, I got axes1 with an image that i select from a pop up menu.next I have 2 buttons, that by pressing on them I want that each of them will show an image or a plot in a different window. how can I achieve it?

 Respuesta aceptada

call a different figure before presenting the image:
figure, image(your_image)
or
figure, plot(your_data)

2 comentarios

thank u!
I have a black image with white roads but it is showing blue image with yellow roads.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Images en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 16 de Oct. de 2014

Comentada:

el 10 de Mayo de 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by