When using "decic", error is "Not enough input arguments."
Afficher commentaires plus anciens
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);
Réponses (2)
Walter Roberson
le 8 Oct 2015
0 votes
Your function Equations requires more inputs that are passed by default. What is the "function" line for Equations ?
2 commentaires
Wu
le 8 Oct 2015
Walter Roberson
le 8 Oct 2015
Please show the source code for Equations.m
Catégories
En savoir plus sur Fuzzy Logic Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!