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 件のコメント
Azzi Abdelmalek
Azzi Abdelmalek 2012 年 9 月 12 日
what is exp2?
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 Center および File ExchangeLinear Algebra についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by