필터 지우기
필터 지우기

Substituting a syms with an equation

조회 수: 3 (최근 30일)
Philosophaie
Philosophaie 2013년 6월 28일
I have a syms Array:
syms A11 A12 A13 A21 A22 A23 A31 A32 A33 a b c x y z
A=[A11 A12 A13;A21 A22 A23;A31 A32 A33]
.
How do I replace a symbolic variable A11 with an equation:
A11=a*x+b*y+c*z

답변 (1개)

Walter Roberson
Walter Roberson 2013년 6월 29일
subs(A, A11, a*x+b*y+c*z)

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by