Fitting experimental data to find a function
2 ビュー (過去 30 日間)
古いコメントを表示
I have an experimental data I=f(t) and I want to find the equation of This trend.
0 件のコメント
採用された回答
Gareth Lee
2016 年 10 月 18 日
You can try polyfit function or other curve fit function, i.e. nlinfit or lsqcurvefit,to find proper equation. you also use cftool to curve or regress your data.
2 件のコメント
Gareth Lee
2016 年 10 月 18 日
This is a complicate problem, it is hard to say which method is good. you only try it, and judge it with some mathematical index. I suggest that plot it firstly, and estimate the equation according to curve. try it, and obtain some good parameters.
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Interpolation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!