ODE Solver with array value parameter
이전 댓글 표시
I need to solve the following differential equations:
where x1 and x2 are the states of the system and y is the input of the system and it is represented by a 1002x1 vector. How is it possible to solve this system of differential equations?
댓글 수: 3
Daniel M
2019년 10월 20일
How is this question related to MATLAB?
Teo Protoulis
2019년 10월 21일
Star Strider
2019년 10월 21일
What you describe is not the correct approach, in part because MATLAB uses adaptive ODE solvers, not fixed-step ODE solvers.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!