ODE45 for nonlinear problem
이전 댓글 표시
kindly check the below code....
댓글 수: 2
madhan ravi
2020년 6월 14일
Could you post the equation in LaTeX form?
chiyaan chandan
2020년 6월 27일
답변 (1개)
darova
2020년 6월 14일
- avoid global. YOu can make nested function in your case
function linear_vs_nonlinear
% variables
% code
function SD_L=linear(t,s)
% code
end
end
- you have 4 equations, but only 2 initial conditions

- some operators are forgotten (multiplier i think)

댓글 수: 6
chiyaan chandan
2020년 6월 27일
편집: darova
2020년 6월 28일
darova
2020년 6월 28일
The code looks correct. I think you formulas are strange. Why displacement and velocity are in power 3?

I didn't understand what if f? Where is expression for it and why did you substituted x,v and a?
chiyaan chandan
2020년 6월 28일
chiyaan chandan
2020년 6월 28일
darova
2020년 6월 29일
How do you know that
? Usually
and
are uknowns if you have ODE.
and
should be given
chiyaan chandan
2020년 7월 22일
카테고리
도움말 센터 및 File Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!