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

[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

Hello, I have the same issue, did you find a solution? regards

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Interpolation에 대해 자세히 알아보기

태그

질문:

2013년 5월 16일

댓글:

2014년 2월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by