plot on the same figure

조회 수: 1 (최근 30일)
Bilal Ates
Bilal Ates 2020년 7월 10일
답변: madhan ravi 2020년 7월 10일
MATLAB commands to plot, on the same figure
f=3*(t^2) + 2*t - 0.5
g=2*t*(cos(t))

채택된 답변

madhan ravi
madhan ravi 2020년 7월 10일
syms t
f=3*(t^2) + 2*t - 0.5
g=2*t*(cos(t))
fplot({f,g})

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by