computing square of an exponential

1 次查看(过去 30 天)
PK
PK 2012-9-12
how to compute square of an exponential which is in the form of exp2(some value)
  2 个评论
Star Strider
Star Strider 2012-9-12
The exp2 model exists in the Curve Fitting Toolbox and is defined as:
exp2 Y = a*exp(b*x)+c*exp(d*x)
Is that what you are referring to?

请先登录,再进行评论。

回答(1 个)

Azzi Abdelmalek
Azzi Abdelmalek 2012-9-12
编辑:Azzi Abdelmalek 2012-9-12
x=100%
res=exp(x)^2
%or
res=exp(x*2)
  4 个评论
PK
PK 2012-9-12
if so then exp^2(100) mean exp(2*100) or exp(100)^2 or (exp(100))^2
Azzi Abdelmalek
Azzi Abdelmalek 2012-9-12
yes in theory, but in matlab coding : exp^2(100) is false

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Linear Algebra 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by