Jacobian matrix of a numeric matri

7 次查看(过去 30 天)
I have a matrix Q which is nxm matrix, what is the easiest way to calculate its Jacobian?
Thank you.

回答(1 个)

Star Strider
Star Strider 2020-6-29
See if the gradient function will do what you want. That is likely as close as you can get for a numeric matrix.
If it is a symbolic matrix, use the jacobian function.
It would of course help to know what the matrix is and what you want as a result.

类别

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