I get 'error using sum' whenever I try to get the mean of some numbers.
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Anyone have any idea why?
This is from my command window:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/580512/image.png)
Any help would be appreciated.
1 commentaire
Rik
le 12 Avr 2021
You're entering the 3 values as parameters, not as an array. You may read the documentation to see some examples.
Réponses (1)
Alan Stevens
le 12 Avr 2021
mean([1.0411, 1.0184, ...etc])
Enclose the numbers within square brackets.
0 commentaires
Voir également
Catégories
En savoir plus sur Logical 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!