How to find which curve fit best to another curve

1 回表示 (過去 30 日間)
Milad
Milad 2020 年 10 月 25 日
回答済み: KSSV 2020 年 10 月 25 日
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?

回答 (1 件)

KSSV
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.

カテゴリ

Help Center および File ExchangeCurve Fitting Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by