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?

 採用された回答

David Sanchez
David Sanchez 2014 年 10 月 16 日

0 投票

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

2 件のコメント

Sagi
Sagi 2014 年 10 月 16 日
thank u!
Haroon Younas
Haroon Younas 2016 年 5 月 10 日
I have a black image with white roads but it is showing blue image with yellow roads.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeImages についてさらに検索

質問済み:

2014 年 10 月 16 日

コメント済み:

2016 年 5 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by