solve matrix differential equations with ode45
1 次查看(过去 30 天)
显示 更早的评论
I want to use ode to solve for a riccati differential equation. But it seems that it cannot be implemented directly in MATLAB.


3 个评论
回答(2 个)
Naveen Shanmuganantham
2020-12-17
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,
0 个评论
Maximilian Behr
2022-12-8
The repo https://zenodo.org/record/4460618#.Yt6LGsHP2de contains a solver (Modified Davison-Maki method) to solve the differential Riccati with MATLAB.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrix Computations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!