Average of terms
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Sean de Wolski
il 7 Lug 2011
mean(x(1:num)); %where num is the number you want to mean to.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Get Started with MATLAB in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!