Problem 42298. Repeat The Components of Matrix

Repeat The components of a matrix so that the size of the output matrix is double to input matrix and components are repeated next to it.

Let Input =

 [1 2 3 4 5 6 7]

then Output =

 [1 1 2 2 3 3 4 4 5 5 6 6 7 7]

Solution Stats

81.9% Correct | 18.1% Incorrect
Last Solution submitted on Feb 05, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers79

Suggested Problems

More from this Author6

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!