Problem 44255. Average of even-numbered columns
Given a vector, find the average of even-numbered columns.
e.g
x = [ 4 6 8 9 1 2 7 ]
y = ( 6 + 9 + 2 ) / 3
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers68
Suggested Problems
- 
         Project Euler: Problem 10, Sum of Primes 1936 Solvers 
- 
         
         288 Solvers 
- 
         
         17203 Solvers 
- 
         Create an index-powered vector 872 Solvers 
- 
         
         112 Solvers 
More from this Author7
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!