Undefined function 'movmean' for input arguments of type 'double'
Afficher commentaires plus anciens
Réponses (1)
Star Strider
le 28 Oct 2017
2 votes
The movmean function was introduced in R2016a.
3 commentaires
david hj
le 21 Jan 2022
I'm using R2020b but faced the same problem. any updates?
Star Strider
le 21 Jan 2022
The only solution I can offer is to run these from a script or the Command Window:
restoredefaultpath
rehash toolboxcache
.
Steven Lord
le 21 Jan 2022
@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.)
Catégories
En savoir plus sur Entering Commands dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!