Jacobian matrix of a numeric matri

7 visualizaciones (últimos 30 días)
Shahdad Farahani
Shahdad Farahani el 29 de Jun. de 2020
Respondida: Star Strider el 29 de Jun. de 2020
I have a matrix Q which is nxm matrix, what is the easiest way to calculate its Jacobian?
Thank you.

Respuestas (1)

Star Strider
Star Strider el 29 de Jun. de 2020
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.

Categorías

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

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by