| 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.
It returns an empty array.
jacob_params(m,x,j)
computes for output(s) j the jacobian of
the model with respect to the parameters at input regressor.
It returns an empty array.
Remarks
This function does not have any meaning for lazy systems, and it is provided only for compatibility reasons.