Combining 2 matrices every other row
Show older comments
Hello,
I have two matrices for example A = [1; 2; 3; 4; 5] and B = [A; B; C; D; E]. I would like to combine them in such a way that I get C = [1; A; 2; B; 3; C; 4; D; 5; E].
Can you please help me with this task? Thank you so much ?
Accepted Answer
More Answers (0)
Categories
Find more on Linear Algebra in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!