필터 지우기
필터 지우기

How to Evaluate the 3X3 Jacobian at the Calculated values

조회 수: 2 (최근 30일)
Salik Mallick
Salik Mallick 2022년 4월 10일
편집: Salik Mallick 2022년 4월 10일

답변 (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