필터 지우기
필터 지우기

computing square of an exponential

조회 수: 3 (최근 30일)
PK
PK 2012년 9월 12일
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?
Star Strider
Star Strider 2012년 9월 12일
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일
x=100%
res=exp(x)^2
%or
res=exp(x*2)
  댓글 수: 4
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

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

카테고리

Help CenterFile Exchange에서 Curve Fitting Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by