Borrar filtros
Borrar filtros

computing square of an exponential

3 visualizaciones (últimos 30 días)
PK
PK el 12 de Sept. de 2012
how to compute square of an exponential which is in the form of exp2(some value)
  2 comentarios
Azzi Abdelmalek
Azzi Abdelmalek el 12 de Sept. de 2012
what is exp2?
Star Strider
Star Strider el 12 de Sept. de 2012
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?

Iniciar sesión para comentar.

Respuestas (1)

Azzi Abdelmalek
Azzi Abdelmalek el 12 de Sept. de 2012
Editada: Azzi Abdelmalek el 12 de Sept. de 2012
x=100%
res=exp(x)^2
%or
res=exp(x*2)
  4 comentarios
PK
PK el 12 de Sept. de 2012
if so then exp^2(100) mean exp(2*100) or exp(100)^2 or (exp(100))^2
Azzi Abdelmalek
Azzi Abdelmalek el 12 de Sept. de 2012
yes in theory, but in matlab coding : exp^2(100) is false

Iniciar sesión para comentar.

Categorías

Más información sobre Curve Fitting Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by