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 Solvers1228
Suggested Problems
-
Determine whether a vector is monotonically increasing
22955 Solvers
-
Find common elements in matrix rows
2713 Solvers
-
Determine if a Given Number is a Triangle Number
398 Solvers
-
Solve the set of simultaneous linear equations
504 Solvers
-
Split a string into chunks of specified length
2063 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!