How to concatenate two matrices
Show older comments
I need to concatenate two matrices
x=[ 1 2 3 4]
y=[5 6 7 8]
such that I get
z=[1 5 2 6 3 7 4 8]
2 Comments
Oleg Komarov
on 23 Mar 2012
Have you tried looking in the documentation for "concatenate"?
Sharon
on 23 Mar 2012
Accepted Answer
More Answers (0)
Categories
Find more on Creating and Concatenating Matrices 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!