Warning: Escaped character '\U' is not valid. See 'doc sprintf' for supported special characters. Warning: Error updating ConstantLine. Execution of script mean as a functi
9 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Dear all,
I only use one line code as below and then I got this warning which I have no idea. Could anybody give me a favor?
Thank you so much,
Best wishes,
Vivian Zhou
2 commentaires
Réponses (1)
Dyuman Joshi
le 26 Jan 2024
Déplacé(e) : Dyuman Joshi
le 26 Jan 2024
Given the warning message - I suspect that you have a overloaded the mean() function by naming a user-defined script as mean.
Check the output of
which mean -all
to find the location of the script, rename it and try again.
4 commentaires
Dyuman Joshi
le 27 Jan 2024
You are welcome! Glad to have helped :)
If my answer solved your problem, please consider accepting the answer.
Stephen23
le 27 Jan 2024
+1 well spotted, Dyuman Joshi. I got distracted by that odd warning message.
Voir également
Catégories
En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!