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

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,

 Akzeptierte Antwort

ezplot('sin(x)')
title([])
Just remove the title after...

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by