Average of terms
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuesta aceptada
Sean de Wolski
el 7 de Jul. de 2011
mean(x(1:num)); %where num is the number you want to mean to.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!