Curve Fitting to high order exponential function
古いコメントを表示
Hello everybody, this is my first question here.
What I was trying to do is to fit an exponential function to a data. I already tried Matlab's Curve Fitting Tool, however it only fits exponential functions up to 2nd order. My data is more complex than that unfortunately, therefore 2nd order fit doesn't give me good result. Do you know any other tools or methods that I can use in Matlab to make the exponential fitting higher than 2nd order ?
Thanks in advance
Anil
3 件のコメント
dpb
2015 年 12 月 30 日
You can fit any model you can write; however, I'd ask what the purpose of this fitting is? If for interpolation, you'll likely do better with a spline; if for model estimation then is there a candidate model based on first principles?
IOW, the last thing to do is to simply start throwing more terms into an equation and hoping for good result.
Seeing the data would possibly lead to better and more specific suggestions.
John D'Errico
2015 年 12 月 30 日
I wish I could up-vote a comment. I would do so for dpb's comment were that possible.
ANIL ALAN
2016 年 1 月 4 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Get Started with Curve Fitting Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!