What type of error is this
조회 수: 1 (최근 30일)
이전 댓글 표시
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, ...
댓글 수: 0
답변 (1개)
Mischa Kim
2014년 7월 2일
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!