Info
This question is closed. Reopen it to edit or answer.
How to repeat a column several times?
2 views (last 30 days)
Show older comments
Consider this scenario -
a =[1;2.3;3.2;4.5;5.7];
b=[a,a,a,a,a];
Is there a better way to do this?
5 Comments
Answers (0)
This question is closed.
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!