lc622503 发表于 2006-8-1 11:26

请问这几个提示错误是什么意思啊!

x0 =

Columns 1 through 14

   20.0000   30.0000   16.0000         0    3.6000200.0000   25.0000125.0000   30.0000   50.0000   30.0000    1.0000    1.0000   20.0000

Columns 15 through 26

   30.0000   16.0000         0    3.6000200.0000   25.0000125.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
=ode45(@f,,x0)

lc622503 发表于 2006-8-3 10:13

谢谢各位的关心
问题已经查出来了
页: [1]
查看完整版本: 请问这几个提示错误是什么意思啊!