필터 지우기
필터 지우기

How do i find values from a fitted curve Matlab Curve Fitting?

조회 수: 2 (최근 30일)
Altin Guberi
Altin Guberi 2015년 5월 30일
댓글: dpb 2015년 5월 30일
Hello,, Okay , So I have values of R and t . And I know that I can plot them . However the function I have is R=R0 * e^(xt) . I know how to make the plot , but I want to have all the values of R0 and x . Any idea how can I get these ? Thank you .

답변 (1개)

dpb
dpb 2015년 5월 30일
Use the Save To Workspace option for the fit...it's not all that intuitive of an interface I agree...then you get a fit object which is just a structure that contains the coefficients and other data associated with the fit.
About only way to figure all this out is to use the Help button for the Fit Tool at the menu and then work thru one of the examples.
Alternatively, you can dispense with the interactive tool and use fit() directly and get there more directly.
  댓글 수: 2
Altin Guberi
Altin Guberi 2015년 5월 30일
That it gave me just one value . not 88
dpb
dpb 2015년 5월 30일
Well, those are the fitted coefficients of the model--there is only one value for each.

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

카테고리

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