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 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Dyuman Joshi
am 26 Jan. 2024
Verschoben: Dyuman Joshi
am 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 Kommentare
Dyuman Joshi
am 27 Jan. 2024
You are welcome! Glad to have helped :)
If my answer solved your problem, please consider accepting the answer.
Stephen23
am 27 Jan. 2024
+1 well spotted, Dyuman Joshi. I got distracted by that odd warning message.
Siehe auch
Kategorien
Mehr zu Loops and Conditional Statements 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!