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

3 visualizzazioni (ultimi 30 giorni)
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,

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Line Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by