Is it possible to implement nonlinear arx in nonlinear mpc
Show older comments
I understand that MATLAB allows the use of nonlinear prediction model in mpc by specifying the state and output functions. For nonlinear ARX, its states are "an ordered list of delayed input and output variables that define the structure of the model regressors" (https://www.mathworks.com/help/ident/ref/idnlarx.html). So, if my nonlinear ARX has three regressors (y(t-1), y(t-2) and u(t-1)), is what I'm doing here correct where I set the state function as equals to x(1:3) and output function as equals to x(4):

Accepted Answer
More Answers (0)
Categories
Find more on Linear Plant Specification in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!