how to solve undefined function nlmpc?
5 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Saumya Goel
2019-3-20
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
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Nonlinear Systems 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!