how to solve undefined function nlmpc?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Saumya Goel
am 20 Mär. 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
0 Kommentare
Siehe auch
Kategorien
Mehr zu Nonlinear Systems finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!