Symbolic Math Toolbox
  Go to function:
    Search    Help Desk 
jacobian    Examples   See Also

Jacobian matrix.

Syntax

Description

jacobian(w,v) computes the Jacobian of w with respect to v. w is a symbolic scalar expression or a symbolic column vector. v is a symbolic row vector. The (i,j)-th entry of the result is w(i)/v(j).

Examples

The statements

return

See Also



[ Previous | Help Desk | Next ]