Simulink Nonlinear MPC Controllerについての質問です
Mostrar comentarios más antiguos
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始まりになってしまいます.
こちらの解決方法を教えていただきたいです.
Respuesta aceptada
Más respuestas (1)
杏香 鷲巣
el 18 de Jul. de 2023
0 votos
Categorías
Más información sobre Controller Creation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
