Replicate each element of a row vector (with NaN) a constant number of times. Examples
n=2, A=[1 2 3] -> [1 1 2 2 3 3]
n=0, A=[2 1] -> []
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers1239
Suggested Problems
-
Return a list sorted by number of occurrences
2895 Solvers
-
Find the two most distant points
2956 Solvers
-
The Goldbach Conjecture, Part 2
2417 Solvers
-
middleAsColumn: Return all but first and last element as a column vector
651 Solvers
-
1619 Solvers
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!