Mathematics Previous page   Next Page

Minimizing Functions and Finding Zeros

MATLAB provides a number of high-level function functions that perform optimization-related tasks. This section describes the following topics:

The MATLAB optimization functions are:

fminbnd
Minimize a function of one variable on a fixed interval
fminsearch
Minimize a function of several variables
fzero
Find zero of a function of one variable
lsqnonneg
Linear least squares with nonnegativity constraints
optimget
Get optimization options structure parameter values
optimset
Create or edit optimization options parameter structure

For more optimization capabilities, see the Optimization Toolbox.


Previous page  Plotting Mathematical Functions Minimizing Functions of One Variable Next page

© 1994-2005 The MathWorks, Inc.