필터 지우기
필터 지우기

axes in gui

조회 수: 1 (최근 30일)
Fatima prv
Fatima prv 2012년 4월 26일
Hi, I'm going to plot a axes in gui that don't have a white theme. and with agraph that plotted with me. please help me. Thanks.
  댓글 수: 2
Jan
Jan 2012년 4월 26일
What is a "white theme"? Could you post, what you have done so far and explain, which problems occurred?
Fatima prv
Fatima prv 2012년 4월 26일
yes, of course!
I'm making a gui file for RADAR DISPLAY,(such this: http://www.mathworks.com/matlabcentral/fileexchange/13485-radar-simulation)
and my problem is : I'm writing circles code in openingfcn and in following write code for rotating line and with "hold off" command, my circle will cleaning from axes!

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

채택된 답변

Daniel Shub
Daniel Shub 2012년 4월 26일
From the comments to the question:
So don't use hold off.
doc plot
Will show that plot can return a handle ...
hline = plot(...);
Then you can delete your line later with
delete(hline)
  댓글 수: 1
Fatima prv
Fatima prv 2012년 4월 26일
Thanks alot. :)

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

추가 답변 (1개)

Image Analyst
Image Analyst 2012년 4월 26일
  댓글 수: 2
Fatima prv
Fatima prv 2012년 4월 26일
I can search and find source for gui and signal-processing ! but my reading and writing english is weak!
therefor if you can answers with details.
Thanks.
Daniel Shub
Daniel Shub 2012년 4월 26일
This might be helpful
http://www.mathworks.com/matlabcentral/answers/1822-foreign-matlab-forums

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

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by