How to show the legend of a symbolic function while plotting its graph? I have a created a symbolic function by running the code and i am plotting it as well, but i wanted to show the calculated function also in its plot. How to resolve this issue?

조회 수: 11 (최근 30일)
I am plotting several functions in one graph using
hold on
and to show the legend is am using
legend('show')
but it only shows this not its values.
Please help me with this?

채택된 답변

Ayush Bansal
Ayush Bansal 2020년 11월 23일
use fplot to plot the expression.
Check out the Analytical Plotting with Symbolic Math Toolbox for more details.

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by