When using "decic", error is "Not enough input arguments."

Error is
Error using Equations (line 28)
Not enough input arguments.
Error in decic (line 67)
res = feval(odefun,t0,y0,yp0,varargin{:});
Error in TwoDimensions_OCM_Main (line 59)
[y02 dy02] = decic(@Equations,t0,y0,fix_y0,dy0,fix_dy0);

답변 (2개)

lei shi
lei shi 2015년 10월 6일

0 개 추천

ode15i is not easy to use I am also in trouble about ode15i. 你懂了的话 可以指导我下吗?解方程受阻很受挫啊
Walter Roberson
Walter Roberson 2015년 10월 8일

0 개 추천

Your function Equations requires more inputs that are passed by default. What is the "function" line for Equations ?

댓글 수: 2

Wu
Wu 2015년 10월 8일
ode15i
Please show the source code for Equations.m

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Fuzzy Logic Toolbox에 대해 자세히 알아보기

태그

질문:

Wu
2014년 11월 27일

댓글:

2015년 10월 8일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by