资源简介
庞加莱截面,matlab绘制,非线性动力学
代码片段和文件信息
clear;
ff=[0;0];
tt=2*pi;
[ty]=ode45(@DyDt[0:tt/100:80*tt]ff);
plot(y(2000
- 上一篇:3dmax作品太阳星星月亮的
- 下一篇:NSGAII代码——matlab版
clear;
ff=[0;0];
tt=2*pi;
[ty]=ode45(@DyDt[0:tt/100:80*tt]ff);
plot(y(2000
评论
共有 条评论