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

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일

0 개 추천

expr2=collect(EXPR,exp(-t)) % no single quotes around the second argument

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

제품

릴리스

R2018b

질문:

2019년 4월 22일

편집:

2019년 4월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by