필터 지우기
필터 지우기

matrices jacobian function ?

조회 수: 11 (최근 30일)
massimiliano frasca
massimiliano frasca 2019년 11월 25일
답변: Pravin Jagtap 2019년 11월 28일
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일
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:

카테고리

Help CenterFile Exchange에서 Operating on Diagonal Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by