Problem 147. Too mean-spirited
Find the mean of each consecutive pair of numbers in the input row vector. For example,
x=[1 2 3] ----> y = [1.5 2.5]
x=[100 0 0 0 100] ----> y = [50 0 0 50]
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers1894
Suggested Problems
-
Determine whether a vector is monotonically increasing
21568 Solvers
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15638 Solvers
-
261 Solvers
-
Duplicate each element of a vector.
618 Solvers
-
Sum the numbers on the main diagonal
592 Solvers
More from this Author23
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!