Using the C Math Library    

Function-Functions and ODE Solvers

Optimization and Root Finding 
Function
Purpose
mlfFmin
Minimize function of one variable.
mlfFmins
Minimize function of several variables.
mlfFoptions
Set minimization options.
mlfFzero
Find zero of function of one variable.

Numerical Integration (Quadrature) 
Function
Purpose
mlfDblquad
Numerical double integration.
mlfQuad
Numerically evaluate integral, low order method.
mlfQuad8
Numerically evaluate integral, high order method.

Ordinary Differential Equation Solvers 
Function
Purpose
mlfOde23
Solve differential equations, low order method.
mlfOde45
Solve differential equations, high order method.
mlfOde113
Solve nonstiff differential equations, variable order method.
mlfOde15s
Solve stiff differential equations, variable order method.
mlfOde23s
Solve stiff differential equations, low order method.

ODE Option Handling 
Function
Purpose
mlfOdeget
Extract properties from options structure created with odeset.
mlfOdeset
Create or alter options structure for input to ODE solvers.


 Polynomial and Interpolation Functions Character String Functions