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. 你懂了的话 可以指导我下吗?解方程受阻很受挫啊

1 件のコメント

Wu
Wu 2015 年 10 月 8 日
解决不了,我已经放弃了。。。

サインインしてコメントする。

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
Walter Roberson
Walter Roberson 2015 年 10 月 8 日
Please show the source code for Equations.m

サインインしてコメントする。

カテゴリ

タグ

質問済み:

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