figure

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 commentaire

the cyclist
the cyclist le 30 Juil 2011
I don't understand your question very well. Can you please post the MATLAB code for what you are doing?

Connectez-vous pour commenter.

Réponses (1)

Fangjun Jiang
Fangjun Jiang le 30 Juil 2011

0 votes

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('');

Catégories

En savoir plus sur Numerical Integration and Differential Equations dans Centre d'aide et File Exchange

Tags

Question posée :

le 30 Juil 2011

Community Treasure Hunt

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

Start Hunting!

Translated by