Average of terms
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello, I want to know that if i have row matrix of 1x160 and i want to take average upto certain values of the matrix then how can i do that?
0 commentaires
Réponse acceptée
Sean de Wolski
le 7 Juil 2011
mean(x(1:num)); %where num is the number you want to mean to.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Get Started with MATLAB 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!