Optimization

FMIN Function

Univariate function using function and possibly first derivative values

FMINV Function

Multivariate function using quasi-Newton method

NLINLSQ Function

Nonlinear least squares using Levenberg-Marquardt algorithm

LINEAR_PROGRAMMING Function

Minimizes the Euclidean scalar product <c,x> on Rn, for fixed c, linear constraints bl ≤ Ax ≤ bu, and bounds xl ≤ x ≤ xu

LINPROG Function

Dense linear programming

QUADPROG Function

Quadratic programming

NONLINPROG Function

Using successive quadratic programming method

MIN_UNCON_GOLDEN Function

Finds the minimum point of a nonsmooth function of a single variable using the golden section search method.

MINCONGEN Function

Minimizes a general objective function subject to linear equality/inequality constraints.

CONSTRAINED_NLP Function

Solves a general nonlinear programming problem using a sequential equality constrained quadratic programming method.