How can I obtain the equation of fit with numeric values ?
2 ビュー (過去 30 日間)
古いコメントを表示
[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 ?