matrices jacobian function ?

14 visualizaciones (últimos 30 días)
massimiliano frasca
massimiliano frasca el 25 de Nov. de 2019
Respondida: Pravin Jagtap el 28 de Nov. de 2019
I obtain the matrices of the jacobian using the function "jacobian". How can I calculate this matrices in a specific point?

Respuestas (1)

Pravin Jagtap
Pravin Jagtap el 28 de Nov. de 2019
Hello Massimiliano,
Please refer to example given in the following documentation:
a = jacobian([x*y*z, y^2, x + z], [x, y, z]);
subs(a,{x,y,z},{1,2,3});
Above code represents how to use 'subs' function to get the value at given point.
For more details please refer following documentation:

Categorías

Más información sobre Operating on Diagonal Matrices en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by