How can I obtain the equation of fit with numeric values ?

조회 수: 1 (최근 30일)
Stephan Moeller
Stephan Moeller 2013년 5월 16일
댓글: Alexander 2014년 2월 10일
[fitresult, gof] = fit( [xData, yData], zData, ft, opts );
MyCoeffValues = coeffvalues(fitresult) MyCoeffNames=coeffnames(fitresult) MyFormula=formula(fitresult)
How can I get the formula with NUMERIC coefficiants ?
  댓글 수: 1
Alexander
Alexander 2014년 2월 10일
Hello, I have the same issue, did you find a solution? regards

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

답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by