How to Evaluate the 3X3 Jacobian at the Calculated values

2 次查看(过去 30 天)

回答(1 个)

Torsten
Torsten 2022-4-10
help subs
  1 个评论
Torsten
Torsten 2022-4-10
The Jacobian in your case depends on many symbolic variables.
I don't know what you finally intend to do, but if you want to substitute some of the symbolic variables by numerical values, use "subs",e.g.
j = subs(J,v,[1 2 5])

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Linear Algebra 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by