figure

1 次查看(过去 30 天)
R yan
R yan 2011-7-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
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
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('');

类别

Help CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by