computing square of an exponential
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
how to compute square of an exponential which is in the form of exp2(some value)
2 Commenti
Star Strider
il 12 Set 2012
exp2 Y = a*exp(b*x)+c*exp(d*x)
Is that what you are referring to?
Risposte (1)
Azzi Abdelmalek
il 12 Set 2012
Modificato: Azzi Abdelmalek
il 12 Set 2012
x=100%
res=exp(x)^2
%or
res=exp(x*2)
4 Commenti
Vedere anche
Categorie
Scopri di più su Linear Algebra in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!