Discretisation of a non-linear LTI system
9 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Benjamin Pommer
il 25 Feb 2023
Commentato: Benjamin Pommer
il 2 Mar 2023
Dear Matlab community
I have a non-linear system which I want to implement in a model predictive control algorithm. Therefore, I would have used symbolic toolbox. My system is given time continuous and a discretization with the function c2d is not permitted. How can I do this?
0 Commenti
Risposta accettata
Emmanouil Tzorakoleftherakis
il 27 Feb 2023
If you have the dynamics in symbolic form, you need to turn it into a form that can be directly consumed by Model Predictive Control Toolbox (which will also allow c2d if needed). I would recommend looking at this example that derives equations symbolically and then designs a nonlinear MPC controller
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Symbolic Math Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!