computing square of an exponential
Mostrar comentarios más antiguos
how to compute square of an exponential which is in the form of exp2(some value)
2 comentarios
Azzi Abdelmalek
el 12 de Sept. de 2012
what is exp2?
Star Strider
el 12 de Sept. de 2012
exp2 Y = a*exp(b*x)+c*exp(d*x)
Is that what you are referring to?
Respuestas (1)
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
el 12 de Sept. de 2012
Azzi Abdelmalek
el 12 de Sept. de 2012
exp^2(100) don't work. use exp(100)^2 or exp(2*100)
PK
el 12 de Sept. de 2012
Azzi Abdelmalek
el 12 de Sept. de 2012
yes in theory, but in matlab coding : exp^2(100) is false
Categorías
Más información sobre Linear Algebra en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!