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일

1 개 추천

syms t
f=3*(t^2) + 2*t - 0.5
g=2*t*(cos(t))
fplot({f,g})

추가 답변 (0개)

카테고리

제품

릴리스

R2019a

질문:

2020년 7월 10일

답변:

2020년 7월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by