How to fit this data?
Mostrar comentarios más antiguos
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 comentarios
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
el 3 de Ag. de 2018
jonas
el 3 de Ag. de 2018
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).
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Get Started with Curve Fitting Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
