Difference between movavg and smooth function in matlab ?
古いコメントを表示
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 件)
カテゴリ
ヘルプ センター および File Exchange で Univariate Discrete Distributions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!