Difference between movavg and smooth function in matlab ?
14 次查看(过去 30 天)
显示 更早的评论
What is the difference between movavg function and smooth function in MATLAB?
2 个评论
Scott MacKenzie
2021-7-16
From the MATLAB command window, compare
doc movavg
with
doc smooth
Note: movavg requires Financial Toolbox
Mathieu NOE
2021-7-16
hello
smoothdata is much more versatile (vs movmean (which I believe is comparable to movavg ))
look at the doc of smoothdata
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Preprocessing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!