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