|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
x0 =
Columns 1 through 14
20.0000 30.0000 16.0000 0 3.6000 200.0000 25.0000 125.0000 30.0000 50.0000 30.0000 1.0000 1.0000 20.0000
Columns 15 through 26
30.0000 16.0000 0 3.6000 200.0000 25.0000 125.0000 30.0000 50.0000 30.0000 1.0000 1.0000
??? Undefined function or variable 'i1'.
Error in ==> asm21>f at 16
x(i1)=20; x(i2)=30; x(i3)=16; x(i4)=0; x(i5)=3.6
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, ...
Error in ==> asm21 at 4
[t,x]=ode45(@f,[0:0.1:15],x0) |
|