필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Non-linear fitting in matlab

조회 수: 1 (최근 30일)
subharthi chowdhuri
subharthi chowdhuri 2016년 7월 19일
마감: MATLAB Answer Bot 2021년 8월 20일
I have x and y data and would like to make a nonlinear fitting between them according to this equation,
y= [C(x/x_m)]/[1+D(x/x_m)]^(5/3)
The measured values are x and y and the best fit line should give me the values of C,D and x_m. Actually this is a spectral fitting and x_m denotes the point where y attains its maximum. I would be very grateful if any expert can help me out on this.
  댓글 수: 3
subharthi chowdhuri
subharthi chowdhuri 2016년 7월 19일
Thank you very much for your reply. I am bit confused about the x_m part. x_m is the point where y attains the maxima and it is already included in the fit equation. So how can that be handled. Like if it was only (C*x)/(1+Dx)^(5/3) it could have been solved by using lsqcurvefit. Could you please help me out further?
Torsten
Torsten 2016년 7월 19일
x_m should be the x-value where
C*x/(1+D*x)^(5/3)
or where
C*(x/x_m)/(1+D*(x/x_m))^(5/3)
attains its maximum ?
Best wishes
Torsten.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by