how to write the mean equation
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How do I manually enter the mean equation?
1 commentaire
Adam
le 17 Sep 2019
mean of what? There's a mean function that does it for you. Otherwise you can use
doc sum
if you really want to do it without the mean function.
Or you can add all your numbers together in a for loop if you don't want to use sum either.
Voir également
Catégories
En savoir plus sur Language Fundamentals 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!