Simulink Nonlinear MPC Controllerについての質問です
Show older comments
Simulink のNonlinear MPC Controllerについての質問です.
いまNonlinear MPC Controllerを用いて制御を行うプログラムを作成しています.
Nonlinear MPC Design - MATLAB & Simulink を参考にし,MATLABを用いてオブジェクト(nlobj)を作成,また,validateFcnsにより以下のように初期値を設定しました.
x0 = [1;1;0;0;0;0];
u0 = [0;0];
validateFcns(nlobj,x0,u0);
しかし,Simulinkで実行すると初期値x0にどんな値を設定しても必ず0始まりになってしまいます.
こちらの解決方法を教えていただきたいです.
Accepted Answer
More Answers (1)
杏香 鷲巣
on 18 Jul 2023
0 votes
Categories
Find more on Controller Creation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
