how to solve undefined function nlmpc?
古いコメントを表示
dI am trying to model a nonlinear model predictive control and tthe following error occurs:
>> nlobj=nlmpc(nx,nu,nu);
Undefined function or variable 'nlmpc'.
how can i download this function?
5 件のコメント
Torsten
2019 年 3 月 11 日
If you don't have the MPC toolbox licenced, you can't use this function.
Taleb Bou Hamdan
2019 年 3 月 11 日
Torsten
2019 年 3 月 11 日
What output do you get if you type
ver
?
Taleb Bou Hamdan
2019 年 3 月 11 日
Torsten
2019 年 3 月 11 日
nlmpc was introduced in R2018b.
回答 (1 件)
Saumya Goel
2019 年 3 月 20 日
0 投票
As per the "ver" output, you are using MATLAB R2018a, and the Nonlinear model predictive controller function -"nlpmc" was introduced in MATLAB R2018b. For more details you can refer to this link: Nonlinear model predictive controller
カテゴリ
ヘルプ センター および File Exchange で Nonlinear Systems についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!