computing square of an exponential

how to compute square of an exponential which is in the form of exp2(some value)

댓글 수: 2

Azzi Abdelmalek
Azzi Abdelmalek 2012년 9월 12일
what is exp2?
The exp2 model exists in the Curve Fitting Toolbox and is defined as:
exp2 Y = a*exp(b*x)+c*exp(d*x)
Is that what you are referring to?

댓글을 달려면 로그인하십시오.

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2012년 9월 12일
편집: Azzi Abdelmalek 2012년 9월 12일

0 개 추천

x=100%
res=exp(x)^2
%or
res=exp(x*2)

댓글 수: 4

PK
PK 2012년 9월 12일
the equation contains exp^2(100) square is given for exp
Azzi Abdelmalek
Azzi Abdelmalek 2012년 9월 12일
exp^2(100) don't work. use exp(100)^2 or exp(2*100)
PK
PK 2012년 9월 12일
if so then exp^2(100) mean exp(2*100) or exp(100)^2 or (exp(100))^2
Azzi Abdelmalek
Azzi Abdelmalek 2012년 9월 12일
yes in theory, but in matlab coding : exp^2(100) is false

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Linear Algebra에 대해 자세히 알아보기

질문:

PK
2012년 9월 12일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by