| MATLAB Function Reference | Search  Help Desk |
| lev_marq | See Also |
Performs a Levenbergh Marquardt optimisation of the mapping
Syntax
function m = lev_marq(m, in, out, cost)
Description
function m = lev_marq(m, in, out, cost)
Optimises the mapping m with respect to input/outpu couples
in/out.
This method is mainly used internaly. Identify should be prefered.
identify