How to find which curve fit best to another curve
1 回表示 (過去 30 日間)
古いコメントを表示
Hi. I have one set of experimental data (X1, Y1) and 100 sets of numerical model driven data (x1-x100, y1-y100). Could you please help me to find which of those numerical results fit best with the test results? Is there any function in matlab to compare two curves or data series?
0 件のコメント
回答 (1 件)
KSSV
2020 年 10 月 25 日
To fit a polynomial read about polyfit. For curve fetting read about cftool, fit.
To comapre the two curves..use the difference between them and get the error, absolute error, relative error, RMS error.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Curve Fitting Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!