Solving differential equation containing independent function
이전 댓글 표시
Hi, I am trying to solve a differential equation of the form:
y_dot = f-5y
where f is a function stored as an array with values corresponding to each instant within the integration time interval. From what I know, this is not an ode and can't be solved using the built in ode solvers. Is there a way to solve this differential equation in MATLAB. Thank you!
채택된 답변
추가 답변 (1개)
KSSV
2017년 7월 25일
1 개 추천
Then write your code for Runge-Kutta method of solving ODE. You may have a look here for this:
카테고리
도움말 센터 및 File Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!