Problem 47573. Crea un vector de enteros repitiendo sus términos de la siguiente forma 122333444455555
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
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers54
Suggested Problems
- 
         
         45459 Solvers 
- 
         How to find the position of an element in a vector without using the find function 2775 Solvers 
- 
         Try 1.5.4: Celsius to Fahrenheit 847 Solvers 
- 
         Deleting an element in a matrix 480 Solvers 
- 
         
         201 Solvers 
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!