I am sorry if this sounds like a newbie question! I am all brand new to Matlab and the optimization toolbox!
I have an optimization problem using quadprog, I have two equality constraints in my problem. Using the general formula:
x = quadprog(H,f,A,b,Aeq,beq,lb,ub,x0,options)
but here I can only have Aeq and beq as equality constraints! A and b are inequality constraints...
Is it possible to have something like a set for the equality constraints? that is having multiple variables for equality in Aeq and beq in the form of a set or something? I have been looking and trying for a while with no luck!