Adaptive MPC output variable constraint changes over prediction horizon

조회 수: 1 (최근 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