MATLAB Function Reference
  Go to function:
    Search    Help Desk 
jacob_inputs    

computes the jacobian of the model

Syntax

Description

jacob_inputs(m,x) computes for each output the jacobian of the model with respect to the x (the input of the linear) at point x.

jacob_inputs(m,x,j) computes for output J the jacobian of the model with respect to the x (the input of the linear) at point x.

Remarks

The result out is an array of size number of outputs * number of inputs containing the derivatives of the outputs with respect to the inputs.

[ Help Desk ]