computing square of an exponential
显示 更早的评论
how to compute square of an exponential which is in the form of exp2(some value)
2 个评论
Azzi Abdelmalek
2012-9-12
what is exp2?
Star Strider
2012-9-12
exp2 Y = a*exp(b*x)+c*exp(d*x)
Is that what you are referring to?
回答(1 个)
Azzi Abdelmalek
2012-9-12
编辑:Azzi Abdelmalek
2012-9-12
x=100%
res=exp(x)^2
%or
res=exp(x*2)
4 个评论
PK
2012-9-12
Azzi Abdelmalek
2012-9-12
exp^2(100) don't work. use exp(100)^2 or exp(2*100)
PK
2012-9-12
Azzi Abdelmalek
2012-9-12
yes in theory, but in matlab coding : exp^2(100) is false
类别
在 帮助中心 和 File Exchange 中查找有关 Multivariate Models 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!