plot on the same figure

1 次查看(过去 30 天)
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 中查找有关 Calculus 的更多信息

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by