plot the exp function

3 次查看(过去 30 天)
KyeongMin Cho
KyeongMin Cho 2020-4-1
回答: Birdman 2020-4-1
I'd like to draw graph like this with using plot, not ezplot.
I've tried several expression but not worked.

采纳的回答

Birdman
Birdman 2020-4-1
syms y(t)
eq=diff(y,2)+13*diff(y)+40*y==4;
Dy=diff(y);
Y(t)=dsolve(eq,[y(0)==0 Dy(0)==0])
t=0:0.001:0.9;
plot(t,Y(t))

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Line Plots 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by