Difference between movavg and smooth function in matlab ?
17 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
What is the difference between movavg function and smooth function in MATLAB?
2 Kommentare
Scott MacKenzie
am 16 Jul. 2021
From the MATLAB command window, compare
doc movavg
with
doc smooth
Note: movavg requires Financial Toolbox
Mathieu NOE
am 16 Jul. 2021
hello
smoothdata is much more versatile (vs movmean (which I believe is comparable to movavg ))
look at the doc of smoothdata
Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Preprocessing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!