Crea un vector de enteros repitiendo sus términos de la siguiente forma 122333444455555 - MATLAB Cody - MATLAB Central

Problem 47573. Crea un vector de enteros repitiendo sus términos de la siguiente forma 122333444455555

Difficulty:Rate
Crea una función que cree vectores repitiendo cada uno de sus términos su valor hasta un número n.
Es decir, si n = 3 x = [1,2,2,3,3,3]. Si n = 5 x = [1,2,2,3,3,3,4,4,4,4,5,5,5,5,5].

Solution Stats

82.43% Correct | 17.57% Incorrect
Last Solution submitted on Nov 21, 2024

Problem Comments

Solution Comments

Show comments
Who Deserves Your Praise? Discover the New Contribution Widget!
...
We are excited to announce another update to our Discussions area: the...

Problem Recent Solvers54

Suggested Problems

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