computing square of an exponential
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
how to compute square of an exponential which is in the form of exp2(some value)
2 commentaires
Star Strider
le 12 Sep 2012
exp2 Y = a*exp(b*x)+c*exp(d*x)
Is that what you are referring to?
Réponses (1)
Azzi Abdelmalek
le 12 Sep 2012
Modifié(e) : Azzi Abdelmalek
le 12 Sep 2012
x=100%
res=exp(x)^2
%or
res=exp(x*2)
4 commentaires
Voir également
Catégories
En savoir plus sur Smoothing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!