ODE Initial value problem
이전 댓글 표시
Solve the following differential equation on t∈[0,5]
dy/dt=-10.8*y;
y(0)=1;
답변 (1개)
Star Strider
2017년 3월 8일
0 개 추천
With the plot, it takes 5 lines of code.
Give it a go! See the documentation for ode45 for valuable and relevant information. Also see the section in the documentation for Function Basics on Anonymous Functions.
카테고리
도움말 센터 및 File Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!