Error while using ode15i:Not enough input arguments.
이전 댓글 표시
I am facing problem running the follwoing code..It gives results when it was 8x1 differential equation problem..Now adding two more differential equations provides the following error
Error using TRYING_NEWF_rungekutta>tryingode (line 202)
Not enough input arguments.
Error in TRYING_NEWF_rungekutta>@(t,y,yp)tryingode(t,y,yp) (line 22)
[yo_new,ypo_new] = decic(@(t,y,yp)tryingode(t,y,yp),to,yo,[fixed_yo],ypo,[]);
Error in decic (line 66)
res = feval(odefun,t0,y0,yp0,varargin{:});
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!