function dx=sim001(t,x) k=10; dx=zeros(2,1); dx(1)=x(2); dx(2)=-x(1)+k*x(2)-k*x(1)^2*x(2)+10*sin(2*t); end
clc;clear all; t0=0;tf=40; x0=[-2,2]; [t,x]=ode45(@sim001,[t0,tf],x0); plot(t,x(:,1)) plot(t,x(:,2))
本版积分规则 发表回复 回帖并转播 回帖后跳转到最后一页
QQ咨询|关于我们|Archiver|手机版|小黑屋|( 辽ICP备15012455号-4 ) Powered by 期权论坛 X3.2 © 2001-2016 期权工具网&期权论坛 Inc.
下载期权论坛手机APP