Undefined function 'movmean' for input arguments of type 'double'
古いコメントを表示
回答 (1 件)
Star Strider
2017 年 10 月 28 日
2 投票
The movmean function was introduced in R2016a.
3 件のコメント
david hj
2022 年 1 月 21 日
I'm using R2020b but faced the same problem. any updates?
Star Strider
2022 年 1 月 21 日
The only solution I can offer is to run these from a script or the Command Window:
restoredefaultpath
rehash toolboxcache
.
Steven Lord
2022 年 1 月 21 日
@david hj Can you show how you're trying to call movmean and the full and exact text of the error message you receive (all the text displayed in red in the Command Window)? The exact message may include details that will help determine why movmean isn't working on your machine (which is a different reason than the original poster.)
カテゴリ
ヘルプ センター および File Exchange で Weather and Atmospheric Science についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!