axes in gui
2 ビュー (過去 30 日間)
古いコメントを表示
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
2012 年 4 月 26 日
What is a "white theme"? Could you post, what you have done so far and explain, which problems occurred?
採用された回答
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 件)
Image Analyst
2012 年 4 月 26 日
2 件のコメント
Daniel Shub
2012 年 4 月 26 日
This might be helpful
http://www.mathworks.com/matlabcentral/answers/1822-foreign-matlab-forums
参考
カテゴリ
Help Center および File Exchange で Graphics Performance についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!