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

조회 수: 3 (최근 30일)
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,

채택된 답변

Sean de Wolski
Sean de Wolski 2013년 6월 3일
ezplot('sin(x)')
title([])
Just remove the title after...

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by