figure
1 回表示 (過去 30 日間)
古いコメントを表示
I plotted a x^2 using ezplot. In the figure x^2 is also displayed. I dont want that to be displayed. I edited the figure but it disturbs the resolution. please suggest.
1 件のコメント
the cyclist
2011 年 7 月 30 日
I don't understand your question very well. Can you please post the MATLAB code for what you are doing?
回答 (1 件)
Fangjun Jiang
2011 年 7 月 30 日
The 'x^2' is the title of the figure. I don't know why you wouldn't want it. Buy anyway, you can remove it.
ezplot('x^2');
title('');
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Interactive Control and Callbacks についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!