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 Solvers1236
Suggested Problems
-
Number of 1s in the Binary Representation of a Number
482 Solvers
-
Getting the indices from a vector
12142 Solvers
-
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
927 Solvers
-
5845 Solvers
-
1033 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!