how to solve undefined function nlmpc?

9 views (last 30 days)
Taleb Bou Hamdan
Taleb Bou Hamdan on 11 Mar 2019
Answered: Saumya Goel on 20 Mar 2019
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 Comments
Torsten
Torsten on 11 Mar 2019
nlmpc was introduced in R2018b.

Sign in to comment.

Answers (1)

Saumya Goel
Saumya Goel on 20 Mar 2019
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

Community Treasure Hunt

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

Start Hunting!