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!