computing square of an exponential
2 views (last 30 days)
Show older comments
how to compute square of an exponential which is in the form of exp2(some value)
2 Comments
Star Strider
on 12 Sep 2012
exp2 Y = a*exp(b*x)+c*exp(d*x)
Is that what you are referring to?
Answers (1)
Azzi Abdelmalek
on 12 Sep 2012
Edited: Azzi Abdelmalek
on 12 Sep 2012
x=100%
res=exp(x)^2
%or
res=exp(x*2)
4 Comments
See Also
Categories
Find more on Smoothing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!