How can I obtain the equation of fit with numeric values ?
    4 ビュー (過去 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 ?
1 件のコメント
回答 (0 件)
参考
カテゴリ
				Help Center および File Exchange で Linear and Nonlinear Regression についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

