Hello Prof. Lofberg,
In the tutorial for solving robust min-max MPC in YALMIP, the plants are all linear. In case I have a nonlinear plant and want to solve min-max MPC will it be possible?
For example my system is:
x1_dot = x_2
x2_dot = u - 0.6 x2 - x1 - x1^3 + w
and I have hard constraints on u, x, and w: |u| <= u_0, |x| \le x_0, |w| \le w_0
It is possible to solve this problem in YALMIP?
Thanks