Problem 43288. N-plicate me
Modified version of duplicate and triplicate me. Repeat elements of input vector with given input n
Ex:
input = [1 2 3 4 5] n = 4 output = [1 1 1 1 2 2 2 2 3 3 3 3 4 4 4 4 5 5 5 5]
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers69
Suggested Problems
-
Which values occur exactly three times?
5090 Solvers
-
684 Solvers
-
149 Solvers
-
206 Solvers
-
Pointwise multiplication of vectors.
108 Solvers
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!