tags:

views:

25

answers:

1

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

related questions