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 comments
Loading...
Problem Recent Solvers61
Suggested Problems
-
Return the 3n+1 sequence for n
8513 Solvers
-
423 Solvers
-
722 Solvers
-
558 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
602 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!