Options when drawing using the Curve Fitting tool

조회 수: 1 (최근 30일)
haeyeon JI
haeyeon JI 2020년 8월 22일
댓글: Alex Sha 2020년 8월 24일
I am inputting x y z data and using 'Curve Fitting tool' to create a nonlinear regression graph.
I am trying to find the coefficients a,b,c,d suitable for the data using the 'Custom Equation' formula, but the graph is too different from the data.
I tried changing Robust and Algorithm, but the graph is not similar to the data.
What additional work should I do to get the graph?

채택된 답변

Alex Sha
Alex Sha 2020년 8월 23일
Hi, post your data and function in txt format, if possible.
  댓글 수: 4
haeyeon JI
haeyeon JI 2020년 8월 24일
편집: haeyeon JI 2020년 8월 24일
It is an expected expression,
and my expression is ax+blog10(y+c), not ax*blog10(y+c).
And please note that the data has been modified
Alex Sha
Alex Sha 2020년 8월 24일
The fitting result is not so good if the function is: z=a*x+b*log10(y+c)
Root of Mean Square Error (RMSE): 0.115584191368428
Sum of Squared Residual: 0.654625559420376
Correlation Coef. (R): 0.855538827407886
R-Square: 0.731946685202461
Adjusted R-Square: 0.714076464215958
Parameter Best Estimate
---------- -------------
a 0.0741121571659251
b -0.283418916981476
c -9.47213514559854

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by