axes in gui

2 ビュー (過去 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 Center および File ExchangeGraphics Performance についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by