chuandong418 发表于 2007-8-24 18:51

回复 #30 hohoo 的帖子

出现了以下一系列错误,55555
??? Input argument "b" is undefined.

Error in ==> www at 23
dZ=-2*E*x(3)-x(1)-a*(x(1)^2+x(2)^2)*x(1)-b*(1-1/e)*(x(1)-f*x(2))+u*w^2*cos(w*x(5));

Error in ==> funfun\private\odearguments at 110
f0 = feval(ode,t0,y0,args{:});   % ODE15I sets args{1} to yp0.

Error in ==> ode45 at 173
[neq, tspan, ntspan, next, t0, tfinal, tdir, y0, f0, odeArgs, odeFcn, ...

Error in ==> findlyap at 164
      eval(IntegrationStr);

Error in ==> let at 242
LineHandles=findlyap(MainHandles);

??? Error using ==> let('start')
Input argument "b" is undefined.

??? Error while evaluating uicontrol Callback

chuandong418 发表于 2007-8-24 18:52

回复 #30 hohoo 的帖子

第几个ff=zero(5,1)要去掉啊?

hohoo 发表于 2007-8-24 18:53

你有qq吗 这样说太费劲了

chuandong418 发表于 2007-8-24 18:56

回复 #33 hohoo 的帖子

50665321

hohoo 发表于 2007-8-24 18:56

function ff=www(t,x)
b=1;
g=9800;
E=0.12;
f=0.12;
a=0.5;
q=0.16;
f0=25;
u=0.136/q;
w=2;
e=sqrt(x(1)^2+x(2)^2);
G=g/((2*pi*f0)^2*q);

dX=x(3);
dY=x(4);
dZ=-2*E*x(3)-x(1)-a*(x(1)^2+x(2)^2)*x(1)-b*(1-1/e)*(x(1)-f*x(2))+u*w^2*cos(w*x(5));
dP=-2*E*x(4)-x(2)-a*(x(1)^2+x(2)^2)*x(2)-b*(1-1/e)*(f*x(1)+x(2))+u*w^2*sin(w*x(5))-G;
dO=1;
J=[0,0,1,0,0;
   0,0,0,1,0;
   -1-(2*a*x(1)^2+a*e^2)-b*(1-1/e),-2*a*x(1)*x(2)+b*f*(1-1/e),-2*E,0,-u*w^3*sin(w*x(5));
   -2*a*x(1)*x(2)-b*f*(1-1/e),-1-3*a*x(2)^2-b*(1-1/e),0,-2*E,u*w^3*cos(w*x(5));
   0,0,0,0,0];
Q=[x(6),x(11),x(16),x(21),x(26);
   x(7),x(12),x(17),x(22),x(27);
   x(8),x(13),x(18),x(23),x(28);
   x(9),x(14),x(19),x(24),x(29);
   x(10),x(15),x(20),x(25),x(30)];
F=J*Q;
ff=;

chuandong418 发表于 2007-8-25 17:13

这oct怎么还不回来哦,问题还解决不了呢!:@(

chuandong418 发表于 2007-8-28 20:42

难道没人用过?:@(

sugar8023life 发表于 2008-4-8 17:36

可否传我个LET工具箱??

我的EMAIL: 150283138@qq.com
不甚感激!到处都没有下到:@(

octopussheng 发表于 2008-4-8 20:42

问题解决了?

yibanlixue 发表于 2008-4-14 18:02

问题解决了么?我也遇到相同的问题了

无水1324 发表于 2008-4-14 18:27

回复 39楼 的帖子

oct上面有很多问题等着你回答呢

octopussheng 发表于 2008-4-14 20:29

现在不知道回答哪一个了,呵呵!

wxl789 发表于 2008-4-26 17:35

回复 42楼 的帖子

请otc回答let工具箱的问题。。。

我初学混沌,还在摸索,,

let工具箱也不太懂。。

谢谢!!!

octopussheng 发表于 2008-4-26 18:23

let工具箱其实用起来还是蛮简单的

1. 适用于连续系统,对时间序列的LE求解不适用
2. 在进行LE求解之前,需要注意应将非自治系统写成自治系统的形式,然后参考工具箱给出的Lorenz、Rossler系统的例子,将微分方程定义函数写成标准形式
3. 用let求解Lyapunov指数,在设置窗口中设置相关参数即可!

wxl789 发表于 2008-4-27 17:17

let工具箱使用

你的程序是正确的。。
把b前边的%去掉就可以运行了。。。
我已经运行通过,,
结果如图所示:

[ 本帖最后由 wxl789 于 2008-4-27 17:22 编辑 ]
页: 1 2 [3] 4
查看完整版本: LET工具箱如何使用?