Filter löschen
Filter löschen

matrices jacobian function ?

11 Ansichten (letzte 30 Tage)
massimiliano frasca
massimiliano frasca am 25 Nov. 2019
Beantwortet: Pravin Jagtap am 28 Nov. 2019
I obtain the matrices of the jacobian using the function "jacobian". How can I calculate this matrices in a specific point?

Antworten (1)

Pravin Jagtap
Pravin Jagtap am 28 Nov. 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:

Kategorien

Mehr zu Operating on Diagonal Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by