Average of terms

1 view (last 30 days)
developer
developer on 7 Jul 2011
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?

Accepted Answer

Sean de Wolski
Sean de Wolski on 7 Jul 2011
mean(x(1:num)); %where num is the number you want to mean to.

More Answers (0)

Categories

Find more on Data Types in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!