Advanced fitting to analytical functions

1 回表示 (過去 30 日間)
Peter
Peter 2014 年 9 月 9 日
コメント済み: Peter 2014 年 9 月 9 日
Is there a more advanced version of polyfit, that also automatically fits to other non-polynomial functions (exp, log, trigonometric, non-integer powers) and combinations thereof?
e.g. if i had some (moderately) noisy data following a sqrt curve, this code would detect that and spit out an sqrt(x) type of formula

採用された回答

Iain
Iain 2014 年 9 月 9 日
"fit" will try to fit specified functions. - You'll need to play around with it.
There's a 3rd party thing called Eureqa that may be more suited to finding functions that closely represent your data, whatever it is.
  1 件のコメント
Peter
Peter 2014 年 9 月 9 日
just tried it. works quite nicely!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Import and Export についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by