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 Center および File ExchangeInterpolation についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by