Discretisation of a non-linear LTI system
8 ビュー (過去 30 日間)
古いコメントを表示
Benjamin Pommer
2023 年 2 月 25 日
コメント済み: Benjamin Pommer
2023 年 3 月 2 日
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 件のコメント
採用された回答
Emmanouil Tzorakoleftherakis
2023 年 2 月 27 日
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
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Symbolic Math Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!