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

2 ビュー (過去 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 Center および File ExchangeLinear and Nonlinear Regression についてさらに検索

タグ


Translated by