How to make a dynamic state-space model for MPC controller?

2 次查看(过去 30 天)
Hello everyone, I'm building a stability controller for a vehicle using Model Predictive control (MPC). I'm using Simulink to simulate the vehicle and the controller, and using a the "MPC controller" block from the Simulink library. This block requires an MPC controller object that includes the state-space prediction model. I create this object before the simulation by running the attached m.file. My problem is as follows: my prediction model must have a state-space matrices with variable elements, for example the "A" matrix includes elements that are provided to the controller during the simulation because they are dynamic THEY CAN'T BE CONSTANT. I tried using "realp" as shown in the m.file to create generalized matrices and generalized state-space models, and placed "to workspace" blocks in the simulink model that captures the value of these elements, but for some reason the values of these elements do not update during the simulation. How can I build MPC object with dynamic state-space model for the "MPC controller" block?
  3 个评论
Mustafa Rawash
Mustafa Rawash 2018-8-18
do you mean I should customize the QP solver for the already used "MPC controller" block, or should I create my own MPC controller algorithm with a custom QP solver?
Haritha
Haritha 2018-8-19
In mpc controller block only we can create our objective function by using custom option.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Controller Creation 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by