필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Two axes in GUI

조회 수: 1 (최근 30일)
zeyneb khalili
zeyneb khalili 2019년 6월 3일
마감: MATLAB Answer Bot 2021년 8월 20일
I have GUI with two axes. Axes1 is used to update plots. Axes 2 is just to show an image. The first one is called by pushbutton callback by this command:
set(projetFEM,'currentaxes',handles.axes1);
In the second one, I call imshow in its createFcn. The problem is that image disappear after exiting GUI. I need your help. Thanks in advance.
  댓글 수: 4
Adam
Adam 2019년 6월 3일
You mean it doesn't plot the second time?
How are you calling imshow?
You should always give plotting instructions an explicit axes handle to work on to avoid unexpected issues that take time to get to the bottom of.
Geoff Hayes
Geoff Hayes 2019년 6월 3일
zeyneb - why should the image re-appear if you open the GUI a second time? Wouldn't you have to reload it or are you expecting the GUI state to be maintained? (If so, then you will need to program your GUI to do this.)

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by