computing square of an exponential
1 回表示 (過去 30 日間)
古いコメントを表示
how to compute square of an exponential which is in the form of exp2(some value)
2 件のコメント
Star Strider
2012 年 9 月 12 日
exp2 Y = a*exp(b*x)+c*exp(d*x)
Is that what you are referring to?
回答 (1 件)
Azzi Abdelmalek
2012 年 9 月 12 日
編集済み: Azzi Abdelmalek
2012 年 9 月 12 日
x=100%
res=exp(x)^2
%or
res=exp(x*2)
4 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!