How to calculate mean and standard deviation
Afficher commentaires plus anciens
Hi everyone, want to ask.
If I have set of data let say
X = [23,43, 45,90,15,41,71,29,45,52,32];
How to calculate the mean and standard deviation?
Réponse acceptée
Plus de réponses (1)
MD Ashraful Islam
le 27 Jan 2022
0 votes
mean(X)
std(X)
Catégories
En savoir plus sur Image Processing Toolbox 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!