MATLAB: What is a appropriate method to maximize function subject to nonlinear equality constraint? can we use fmincon

fminconoptimization

I want to maximize a function subject to nonlinear equality constraint, I wonder that fmincon can use with this problem or not? as we know fmincon is used to minimize the functions.

Best Answer

Related Question