Dear:
I always use YALMIP to minimize a variable, for example:
optimize(LMIs,beta,options); % (the variable "beta" can be minimized). LMIs denotes the LMI conditions. the solvers can be sdpt3, sedumi, mosek.
I have two questions. My first question is: Can the YALMIP maximize a variable?
My second question is: Can the YALMP optimize two variables? For example, alpha>0 and beta>0 (I want alpha is as large as possible and beta is as small as possible).
Many thanks in advance!