MPC Reference Dimension Simulink

9 ビュー (過去 30 日間)
Tristan
Tristan 2025 年 8 月 8 日
回答済み: Vanita 2025 年 8 月 11 日
I am getting an error stating that the reference should have 12 columns, but when I turn on the dimension, it is clear that the reference does indeed have 12 values. What is the issue here?

回答 (1 件)

Vanita
Vanita 2025 年 8 月 11 日
Hi Tristan,
From the error you encountered it seems like the reference signal isn’t in the right format for the Nonlinear MPC block, it should be an array where the number of columns matches the number of output variables the controller is tracking (12 columns). Adding a Transpose block between the Step block and the ref input of the Nonlinear MPC block can match the required input format.
For more information you can refer to https://www.mathworks.com/help/mpc/ug/nonlinear-mpc.html
Hope this helps!

カテゴリ

Help Center および File ExchangeRefinement についてさらに検索

製品


リリース

R2025a

Community Treasure Hunt

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

Start Hunting!

Translated by