curve fitting, and finding the parameters

조회 수: 1 (최근 30일)
Rasmus
Rasmus 2014년 3월 5일
댓글: Matt J 2014년 3월 5일
I have this histogram which i need to make a fit by using fminsearch:
I am given this function:
f(x)=Beta*exp(-(x-xc)^2/lambda)
which method would be the best way to use?
  댓글 수: 3
Rasmus
Rasmus 2014년 3월 5일
but how do i find the parameters beta, xc and lambda by using it?
Matt J
Matt J 2014년 3월 5일
by designing a cost function of the form
g([beta,xc,lambda]) = norm(f(xi)-measurements)
and minimizing g() with fminsearch.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Histograms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by