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