MATLAB Function Reference | Search  Help Desk |
jacob_params |
computes the jacobian of the model
Syntax
jacob_params(m,r)
jacob_params(m,r,j)
Description
jacob_params(m,r)
computes for each output the jacobian of
the model with respect to the parameters at regressor r
.
jacob_params(m,r,j)
computes for output(s) j
the jacobian of
the model with respect to the parameters at regressor regressor
.