solve matrix differential equations with ode45
Ältere Kommentare anzeigen
I want to use ode to solve for a riccati differential equation. But it seems that it cannot be implemented directly in MATLAB.
3 Kommentare
darova
am 2 Okt. 2019
Show us your ideas or some attempts?
Zicheng Cai
am 2 Okt. 2019
Bearbeitet: Zicheng Cai
am 3 Okt. 2019
darova
am 4 Okt. 2019
So what do you need help with? oder function looks ok as for me
Antworten (2)
Naveen Shanmuganantham
am 17 Dez. 2020
0 Stimmen
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
am 8 Dez. 2022
0 Stimmen
The repo https://zenodo.org/record/4460618#.Yt6LGsHP2de contains a solver (Modified Davison-Maki method) to solve the differential Riccati with MATLAB.
Kategorien
Mehr zu Matrix Computations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!