Effacer les filtres
Effacer les filtres

How to Evaluate the 3X3 Jacobian at the Calculated values

2 vues (au cours des 30 derniers jours)
Salik Mallick
Salik Mallick le 10 Avr 2022
Modifié(e) : Salik Mallick le 10 Avr 2022

Réponses (1)

Torsten
Torsten le 10 Avr 2022
help subs
  1 commentaire
Torsten
Torsten le 10 Avr 2022
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])

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by