solve matrix differential equations with ode45
Mostra commenti meno recenti
I want to use ode to solve for a riccati differential equation. But it seems that it cannot be implemented directly in MATLAB.
3 Commenti
darova
il 2 Ott 2019
Show us your ideas or some attempts?
Zicheng Cai
il 2 Ott 2019
Modificato: Zicheng Cai
il 3 Ott 2019
darova
il 4 Ott 2019
So what do you need help with? oder function looks ok as for me
Risposte (2)
Naveen Shanmuganantham
il 17 Dic 2020
0 voti
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
il 8 Dic 2022
0 voti
The repo https://zenodo.org/record/4460618#.Yt6LGsHP2de contains a solver (Modified Davison-Maki method) to solve the differential Riccati with MATLAB.
Categorie
Scopri di più su Matrix Computations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!