Problem 44639. Calculate mean value of any pair in a vector.
Given a vector A, calculate the mean of 2 number in the vector one by one. example: input: A=[1, 5, 6, 8, 9, 15] output: B=[3, 5.5, 7, 8.5, 12]
example: input: A=[4 5 21 6 2 1 6 63] output: B=[4.5, 13, 13.5, 4, 1.5, 3.5, 34.5]
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers52
Suggested Problems
-
All your base are belong to us
524 Solvers
-
Back to basics 23 - Triangular matrix
954 Solvers
-
650 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
361 Solvers
-
construct matrix with identical rows
193 Solvers
More from this Author18
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!