Given two vectors of the same size, repeat the values of the first vector the number of times given in a second vector. For example:
x1=[1 2 3 4 5 6]; x2=[2 2 1 1 2 2];
then
out=[1 1 2 2 3 4 5 5 6 6];
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers38
Suggested Problems
-
Sum of diagonal of a square matrix
1637 Solvers
-
Make an awesome ramp for a tiny motorcycle stuntman
749 Solvers
-
Magic is simple (for beginners)
11152 Solvers
-
390 Solvers
-
Test Problem; Create a 5x5 array containing all ones
405 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!