Adaptive MPC output variable constraint changes over prediction horizon

3 次查看(过去 30 天)
Hello friends,
I am using adaptive MPC controller block in simulink. According to (https://se.mathworks.com/help/mpc/ref/adaptivempccontroller.html?s_tid=srchtitle), if we want the output variable constraint (i.e. ymin) to change over the prediction horizon, we need to connect ymin port to a matrix signal with Ny columns and p rows (Ny is the number of output, p the prediction horizon).
In a matlab example (https://se.mathworks.com/matlabcentral/fileexchange/68992-designing-an-mpc-controller-with-simulink?s_eid=PSM_15028), I added a matlab function into the MPC controller which generates a constraint matrix[10,2]. But it is not working. I have looked through the whole Internet but never found out how to work it out.
So I kindly ask for help here. I would really appreciate if anyone can give any help.
In attachment there are files that you can have a look if need.

采纳的回答

dekun wang
dekun wang 2021-5-24
Hello,
I just found out what the problem is...
I was always using matlab 2020a version on my PC at school. In 2020a, adaptive MPC controller block has bugs in 'ymax' and 'ymin' which haven't been fixed.
But in newer version, either 2020b or 2021a the bugs are fixed and everything is working fine.
So, if you encounter the same problem as I do, just check your matlab's version and try the newest version.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Model Predictive Control Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by