MATLAB: What solver to use for a linear objective function with a quadratic constraint

fminconlinearnonlinearoptimizationquadprogsolver

Hi,
I'm looking for a solver that will help me optimise my objective function.
My objective function is linear and so are most of my constraints (so up till this point I’ve been using Linprog, which has worked well) but now I've expanded my constraints to include a nonlinear constraint. I don’t know if now I should try to use Quadprog? Or fmincon? Any advice would be appreciated.
Thank you!

Best Answer

According to the Optimization Decision Table, you should use fmincon.
Alan Weiss
MATLAB mathematical toolbox documentation