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 comments
Loading...
Problem Recent Solvers55
Suggested Problems
-
113491 Solvers
-
Which values occur exactly three times?
5239 Solvers
-
5970 Solvers
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2537 Solvers
-
274 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!