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

2 次查看(过去 30 天)
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