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

조회 수: 10 (최근 30일)
Sagi
Sagi 2014년 10월 16일
댓글: Haroon Younas 2016년 5월 10일
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일
call a different figure before presenting the image:
figure, image(your_image)
or
figure, plot(your_data)
  댓글 수: 2
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개)

카테고리

Help CenterFile Exchange에서 Subplots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by