model predictive control disturbance model ?

22 views (last 30 days)
AMAN
AMAN on 5 Apr 2024 at 18:52
Answered: Sarthak on 17 Apr 2024 at 9:09
i had added the simulink file and mpcdesigner seession in this script. The model is working as intended but the problem is that i had taken measured disturbance in the model. I want to take the effects of these measured distrubances and also find the disturbance model (in state space form or any like the linearized plant model ). Is there any method to find the diisturbance model from matlab/simulink itself. Also if available can you please share the mathematics and modelling behind the simulink linear mpc block?

Answers (1)

Sarthak
Sarthak on 17 Apr 2024 at 9:09
Hello Aman,
As the documentation of the block suggests, it computes the optimal manipulated variable (mv) by solving a quadratic programming problem using either the default KWIK solver or a custom QP solver. You can read more about QP Solvers in the documentation link below which might give you more clarity on the modelling and mathematics behind it:
Regarding finding the disturbance model, please refer to the following documentations which should point you to the right direction:
Hope this helps!

Community Treasure Hunt

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

Start Hunting!