computing square of an exponential

how to compute square of an exponential which is in the form of exp2(some value)

2 commentaires

Azzi Abdelmalek
Azzi Abdelmalek le 12 Sep 2012
what is exp2?
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?

Connectez-vous pour commenter.

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 12 Sep 2012
Modifié(e) : Azzi Abdelmalek le 12 Sep 2012

0 votes

x=100%
res=exp(x)^2
%or
res=exp(x*2)

4 commentaires

PK
PK le 12 Sep 2012
the equation contains exp^2(100) square is given for exp
Azzi Abdelmalek
Azzi Abdelmalek le 12 Sep 2012
exp^2(100) don't work. use exp(100)^2 or exp(2*100)
PK
PK le 12 Sep 2012
if so then exp^2(100) mean exp(2*100) or exp(100)^2 or (exp(100))^2
Azzi Abdelmalek
Azzi Abdelmalek le 12 Sep 2012
yes in theory, but in matlab coding : exp^2(100) is false

Connectez-vous pour commenter.

Catégories

En savoir plus sur Linear Algebra dans Centre d'aide et File Exchange

Question posée :

PK
le 12 Sep 2012

Community Treasure Hunt

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

Start Hunting!

Translated by