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

10 vues (au cours des 30 derniers jours)
Sagi
Sagi le 16 Oct 2014
Commenté : Haroon Younas le 10 Mai 2016
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?

Réponse acceptée

David Sanchez
David Sanchez le 16 Oct 2014
call a different figure before presenting the image:
figure, image(your_image)
or
figure, plot(your_data)
  2 commentaires
Sagi
Sagi le 16 Oct 2014
thank u!
Haroon Younas
Haroon Younas le 10 Mai 2016
I have a black image with white roads but it is showing blue image with yellow roads.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by