필터 지우기
필터 지우기

Axes WIndows in Guide Disappearing

조회 수: 1 (최근 30일)
Amanda
Amanda 2012년 9월 11일
I have four axes windows in the GUI GUIDE displaying plots.
I have designated the data to be plotted for axes 1, axes 2, axes 3, and axes 4.
However when I switch between them, the axes windows disappear until I re-click
on the axes blank window again. Then it reappears.
Is there a way for all the windows to be fixed while switching between
axes windows?
Thanks,
Amanda

채택된 답변

Matt Fig
Matt Fig 2012년 9월 11일
What do you mean by 'switching between' the axes? Just to be clear, in MATLAB a window is called a figure. So do you mean you have 4 open figures, besides your GUI, or do you mean that your GUI has for axes on it (only one figure, the GUI, is open)?
  댓글 수: 5
Jan
Jan 2012년 9월 11일
@Amanda: You told above, that you have 1 figure, which contains 4 axes. Now you are talking about 4 figures, which disappear from a GUI. Please use the correct Matlab terms: A window is called "figure", usually "GUI" means such a figure.
When "you use a slider", any function is called to use the slider value to update the figure. This function is called "Callback" and inside the callback of the slider, there is the code which let the other axes disappear. Without seeing the code, there is no chance to improve it.
Amanda
Amanda 2012년 9월 11일
I found the problem. I need to cla(handles.axes1,'reset') for each axes and not cla;

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Specifying Target for Graphics Output에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by