Error while using ode15i:Not enough input arguments.
Mostrar comentarios más antiguos
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{:});
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Ordinary Differential Equations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!