How do you enter a nonlcon into MATLAB's fmincon function. I can't seem to find a good example of the syntax.
A:
Check out this documentation page: Constrained Nonlinear Optimization Examples
(The idea is that you need to create another file for the non-linear constraints, and give that function handle as argument)
Amro
2010-10-25 02:54:26