Function Functions

---------------------------------------------------------------------------------------------------
Function Functions - Nonlinear Numerical Methods                                                     
---------------------------------------------------------------------------------------------------
fmin          Minimize function of one variable.                 
fmins         Minimize function of several variables.            
fplot         Plot function.                                     
fzero         Find zero of function of one variable.             
ode23         Solve differential equations, low order method.    
ode45         Solve differential equations, high order method.   
quad          Numerically evaluate integral, low order method.   
quad8         Numerically evaluate integral, high order method.  
---------------------------------------------------------------------------------------------------

(c) Copyright 1994 by The MathWorks, Inc.