I'm trying to solve a 2nd order ode with ode45, but have no idea where to start.
이전 댓글 표시

This the ode with conditions I'm trying to solve and the code below is as far as I got. It would be appreciated if I could get a detailed step by step to help solve this.
%initial conditions
y0 = [0 1];
tspan = [1 4];
채택된 답변
추가 답변 (1개)
Torsten
2024년 9월 10일
0 개 추천
After dividing your equation by t, you can just follow the example
Solve Nonstiff Equation
under
카테고리
도움말 센터 및 File Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!




