Difference between movavg and smooth function in matlab ?
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
What is the difference between movavg function and smooth function in MATLAB?
2 comentarios
Scott MacKenzie
el 16 de Jul. de 2021
From the MATLAB command window, compare
doc movavg
with
doc smooth
Note: movavg requires Financial Toolbox
Mathieu NOE
el 16 de Jul. de 2021
hello
smoothdata is much more versatile (vs movmean (which I believe is comparable to movavg ))
look at the doc of smoothdata
Respuestas (0)
Ver también
Categorías
Más información sobre Data Preprocessing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!