摘要: Lorenz系统 代码: main.m x0=[10 10 10]; tspan=[-30,30]; %p=[16 4 4]; p=[10 8/3 28]; [t,x]=ode45(@lorenz1,tspan,x0,[],p); plot3(x(:,1),x(:,2),x(:,3)) lorenz 阅读全文
posted @ 2020-08-06 15:49 SunCY 阅读(908) 评论(0) 推荐(0) 编辑
摘要: 1.插值法 上代码!!!(我抄百度文档上的 https://wenku.baidu.com/view/52e6ad5602768e9950e73814.html) x=1200:400:4000; y=1200:400:3600; z=[1130 1250 1280 1230 1040 900 50 阅读全文
posted @ 2020-08-06 01:34 SunCY 阅读(1423) 评论(0) 推荐(0) 编辑