Problem 43688. Increment up an input vector
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
goc3
on 21 Dec 2016
This problem's title and description were cleaned up and additional test cases were added.
Solution Comments
Show commentsProblem Recent Solvers80
Suggested Problems
-
4547 Solvers
-
Sum of diagonal of a square matrix
1589 Solvers
-
Create a square matrix of multiples
482 Solvers
-
Make a random, non-repeating vector.
9739 Solvers
-
Find out missing number from a vector of 9 elements
302 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!