Manipulating Arrays using for loop
Show older comments
I want to automate this
x1=[503 573 604 623 608 175 1000 1224 1358 2221];
x2=[503 573 604 623 608 175 1000 1224 1358 2221];
x3=[503 573 604 623 608 175 1000 1224 1358 2221];
x4=[503 573 604 623 608 175 1000 1224 1358 2221];
Where I have my x1, x2, x3 and x4 instead of reapeation over.
Answers (1)
madhan ravi
on 18 May 2020
doc repmat
Categories
Find more on Shifting and Sorting Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!