What type of error is this
古いコメントを表示
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, ...
回答 (1 件)
Mischa Kim
2014 年 7 月 2 日
0 投票
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.
カテゴリ
ヘルプ センター および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!