How can I plot implicit equation with EZPLOT without appearing the said equation as the graph title?

2 visualizaciones (últimos 30 días)
I know that the question can be confusing, so let me try to clarify it: Whenever I plot an implicit equation using the ezplot equation plotter, the generated graph has, as a 'title', the implicit equation I am trying to plot.
I assume that there is probably an option or some sort of configuration which will allow the EZPLOT comand to simply plot the implicit equation without wrtting it as a header/title for my graph. I need this for a GUI I am developing.
Thanks,

Respuesta aceptada

Sean de Wolski
Sean de Wolski el 3 de Jun. de 2013
ezplot('sin(x)')
title([])
Just remove the title after...

Más respuestas (0)

Categorías

Más información sobre Line Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by