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

 Akzeptierte Antwort

madhan ravi
madhan ravi am 22 Apr. 2019
Bearbeitet: madhan ravi am 22 Apr. 2019

0 Stimmen

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

Weitere Antworten (0)

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by