matrices jacobian function ?

I obtain the matrices of the jacobian using the function "jacobian". How can I calculate this matrices in a specific point?

回答 (1 件)

Pravin Jagtap
Pravin Jagtap 2019 年 11 月 28 日

0 投票

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:

カテゴリ

ヘルプ センター および File ExchangeMatrix Decomposition についてさらに検索

質問済み:

2019 年 11 月 25 日

回答済み:

2019 年 11 月 28 日

Community Treasure Hunt

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

Start Hunting!

Translated by