How to concatenate two matrices
古いコメントを表示
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 件のコメント
Oleg Komarov
2012 年 3 月 23 日
Have you tried looking in the documentation for "concatenate"?
Sharon
2012 年 3 月 23 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Creating and Concatenating Matrices についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!