Increment up an input vector by adding the indices to the vector values. For example, if an input vector is [3, 2, 6, 1, 6], the output vector is [3, 2, 6, 1, 6] + [1, 2, 3, 4, 5] = [4, 4, 9, 5, 11].
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers83
Suggested Problems
-
Project Euler: Problem 1, Multiples of 3 and 5
3670 Solvers
-
Flip the vector from right to left
10740 Solvers
-
363 Solvers
-
Matlab Basics II - Log and natural log
192 Solvers
-
1214 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
This problem's title and description were cleaned up and additional test cases were added.