How to fit this data?
이전 댓글 표시
Hello all,
I have raw data (column B) and fit data (column A). I am wondering what fit was it?. Can anyone please have a look at the data and fit (graph) and clarify my doubt?. How do I perform it in MatLab?. Kindly help.
댓글 수: 3
Looks more like a moving average filter than a fitted equation. Are you sure it's a fit?
A moving average filter goes over your data point-by-point and calculates an average within a range (window) from that point. See for example the MATLAB function smooth . Your fit does not look parametric in nature as it retains the noise (although damped out). More likely some type of filter.
Devan Krishnamurthy
2018년 8월 3일
jonas
2018년 8월 3일
No problem, I've put the comment in the answers section so that the question is flagged as answered. As stated, if you provide some data I could try to identify the method used (granted that it's one of the standard ones).
채택된 답변
추가 답변 (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!
