Combine 2 matrices into 1
1 回表示 (過去 30 日間)
古いコメントを表示
Lanceric Tse
2018 年 8 月 14 日
コメント済み: Yuvaraj Venkataswamy
2018 年 8 月 14 日
I have a matrix
a= 1 1 1
1 1 1
1 1 1
b= 2 2 2
2 2 2
2 2 2
How do I combine them into
1 2 1 2 1 2
1 2 1 2 1 2
1 2 1 2 1 2
0 件のコメント
採用された回答
Yuvaraj Venkataswamy
2018 年 8 月 14 日
編集済み: Yuvaraj Venkataswamy
2018 年 8 月 14 日
You can use command which is given in the below link. https://in.mathworks.com/matlabcentral/answers/266969-combine-two-matrices-every-other-column
5 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!