Constrain the norm of output variables in MPC controller

2 ビュー (過去 30 日間)
Nishanth Rao
Nishanth Rao 2021 年 7 月 10 日
編集済み: Nishanth Rao 2021 年 7 月 10 日
I have a state vector which is 3-dimensional vector. In the mathematical model, this vector should remain a unit vector. However, during the update of the state equation and integrating it, there is a chance that may no longer remain a unit vector.
How can I use the object to set this constraint?
nlobj.OutputVariables(3)._____ = ? %x component of e_i
nlobj.OutputVariables(4)._____ = ? %y component of e_i
nlobj.OutputVariables(5)._____ = ? %z component of e_i

回答 (0 件)

カテゴリ

Help Center および File ExchangeModel Predictive Control Toolbox についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by