From: Nilanjan Roy on
Hi
So my question is about how one can do symbolic optimization in MATLAB.
Basically the structure is that
Max U(x ;p)
st a bunch of constraints y <= y(x, p)
where x are the choice variables and p is a constant(parameter) vector.

Can anyone suggest how to perform this when the form of U is known, the constraints are given and hence we need to find optimal x as funciton of p, x(p) ??
So this is an instance of parametric optimization or symbolic optimization in MATLAB terms.

Thanks.