What type of error is this
Afficher commentaires plus anciens
I am a extreme beginner in MATLAB, so I could not find where do problems exist
Here's what my error is.

Error in Modelpr (line 2) dy(1,1)={0.037*y(2)-100*y(1)}/{1.454+{-8651280.888*y(1)/(9080000*y(1)+964500)}};
Error in odearguments (line 88) f0 = feval(ode,t0,y0,args{:}); % ODE15I sets args{1} to yp0.
Error in ode45 (line 114) [neq, tspan, ntspan, next, t0, tfinal, tdir, y0, f0, odeArgs, odeFcn, ...
Réponses (1)
Mischa Kim
le 2 Juil 2014
0 votes
Without seeing the entire code, especially the part leading up to calling the ode solver, it's hard to say. The curly braces need to be replaced by round ones though.
Catégories
En savoir plus sur Ordinary Differential Equations 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!