ODE45 solving for first time
이전 댓글 표시
I have the equation
dT/dt= T^4
can anyone help me in steps how to integrate this with ODE45... Thanks
답변 (1개)
Torsten
2017년 2월 23일
2 개 추천
Take a look at the first example under
https://de.mathworks.com/help/matlab/ref/ode45.html
Replace "2*t" by "y(1)^4"
Best wishes
Torsten.
댓글 수: 1
카테고리
도움말 센터 및 File Exchange에서 Historical Contests에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!