필터 지우기
필터 지우기

expr2=coll​ect(EXPR,'​exp(-t)') Why is it wrong?

조회 수: 1 (최근 30일)
zhenyu zeng
zhenyu zeng 2019년 4월 22일
편집: madhan ravi 2019년 4월 22일
EXPR=str2sym('(x^2+x*exp(-t)+1)*(x+exp(-t))')
expr1=collect(EXPR)
expr2=collect(EXPR,'exp(-t)')
Why expr2 shows: sym.charToFunction (line 26) Invalid variable name

채택된 답변

madhan ravi
madhan ravi 2019년 4월 22일
편집: madhan ravi 2019년 4월 22일
expr2=collect(EXPR,exp(-t)) % no single quotes around the second argument

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Assumptions에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by