Generate a vector like 1,2,2,3,3,3,4,4,4,4 - MATLAB Cody - MATLAB Central

Problem 1035. Generate a vector like 1,2,2,3,3,3,4,4,4,4

Difficulty:Rate
Generate a vector like 1,2,2,3,3,3,4,4,4,4
So if n = 3, then return
[1 2 2 3 3 3]
And if n = 5, then return
[1 2 2 3 3 3 4 4 4 4 5 5 5 5 5]

Solution Stats

37.61% Correct | 62.39% Incorrect
Last Solution submitted on Mar 17, 2025

Problem Comments

Solution Comments

Show comments

Group

Matrix Manipulation I Image
Matrix Manipulation I
  • 16 Problems
  • 98 Finishers

Problem Recent Solvers11965

Problem Tags

Community Treasure Hunt

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

Start Hunting!
Go to top of page