solve matrix differential equations with ode45
이전 댓글 표시
I want to use ode to solve for a riccati differential equation. But it seems that it cannot be implemented directly in MATLAB.
댓글 수: 3
darova
2019년 10월 2일
Show us your ideas or some attempts?
Zicheng Cai
2019년 10월 2일
편집: Zicheng Cai
2019년 10월 3일
darova
2019년 10월 4일
So what do you need help with? oder function looks ok as for me
답변 (2개)
Naveen Shanmuganantham
2020년 12월 17일
0 개 추천
I understand that you want to solve for a riccati differential equation in MATLAB.
The "CARE" function within the Control System Toolbox solves the matrix Riccati equation.
The following MATLAB Answers link will help you in solving the matrix Riccati differential equation within MATLAB,
Maximilian Behr
2022년 12월 8일
0 개 추천
The repo https://zenodo.org/record/4460618#.Yt6LGsHP2de contains a solver (Modified Davison-Maki method) to solve the differential Riccati with MATLAB.
카테고리
도움말 센터 및 File Exchange에서 Matrix Computations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!