필터 지우기
필터 지우기

extracting variables from syms

조회 수: 1 (최근 30일)
Franco
Franco 2011년 12월 1일
lets say that I have the equation 2*x^2 + 3*y^2. I need to do 2 things. I need to extract the 2*x^2, and then I need to extract the coefficient 2. Anyone know how to do that?

채택된 답변

Walter Roberson
Walter Roberson 2011년 12월 1일
See indets and coeff
Please note that both of those are part of the MuPAD Standard Library, available for calling within MuPAD itself, but there is no MATLAB interface to them. You will need to use feval(symengine,...) or evalin(symengine,...) to access them.

추가 답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by