Pages

Search This Blog

Sunday, June 5, 2011

MATLAB Functions of the Week!

1) fminunc 

fminunc attempts to find a minimum of a scalar function of several variables, starting at an initial estimate. This is generally referred to as unconstrained nonlinear optimization.


2) fmincon

fmincon attempts to find a constrained minimum of a scalar function of several variables starting at an initial estimate. This is generally referred to as constrained nonlinear optimization or nonlinear programming.