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

10 views (last 30 days)
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,

Accepted Answer

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

More Answers (0)

Categories

Find more on Line Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!