发布网友 发布时间:2024-10-24 04:24
我来回答
共1个回答
热心网友 时间:2024-11-01 02:56
odefun=@(t,x)2*9.8-9*210000/760*x+1.152*(760/210000)^(-0.25)*0.001^(-1.25)*x.^1.75;
[t,y]=ode45(odefun,[0:1e-8:1e-6],60);
plot(t,y)