Labfans是一个针对大学生、工程师和科研工作者的技术社区。 | 论坛首页 | 联系我们(Contact Us) |
![]() |
![]() |
#5 | |
初级会员
注册日期: 2008-07-16
年龄: 43
帖子: 10
声望力: 17 ![]() |
![]() 引用:
调用solver的时候怎么做? 我用 [t,x]=ode45('duffin',[0,10],[0.1,0.1,2],options,0.1) 给出错误提示 ??? Error using ==> duffin Too many input arguments. Error in ==> D:\MATLAB6p5\toolbox\matlab\funfun\private\odearguments.m On line 104 ==> f0 = feval(ode,t0,y0,args{:}); Error in ==> D:\MATLAB6p5\toolbox\matlab\funfun\ode45.m On line 155 ==> [neq, tspan, ntspan, next, t0, tfinal, tdir, y0, f0, args, ... 其中,duffin的定义如你所说:ft: |
|
![]() |
![]() |