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 Solvers56
Suggested Problems
-
Swap the first and last columns
22579 Solvers
-
Project Euler: Problem 3, Largest prime factor
1790 Solvers
-
Back to basics 23 - Triangular matrix
1122 Solvers
-
Sum the 'edge' values of a matrix
400 Solvers
-
1321 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!