Average of terms
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Sean de Wolski
am 7 Jul. 2011
mean(x(1:num)); %where num is the number you want to mean to.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!