Hi
I'm trying to solve a MPC regulations problem using YALMIPs optimizer function.
The time varying reference trajectory (reference model) depends on sine and cosine terms, which in my version of Yalmip is not allowed.
(Im not using the latest version)
Is this something thats implemented in later versions of Yalmip(I can't find any documentation about this) or do I need to stick to optimize when solving my problem?
Error using optimizer (line 303)
Parameters are currently only allowed to enter function such as exp, sin etc as exp(a), sin(b) etc.
Error in Prog12 (line 146)
controller = optimizer(constraints, objective ,options,parameters_in,solutions_out);