combine matrix from different matrix

3 次查看(过去 30 天)
I have two matrices named A and B. Can I combine these matrices (169 columns total) so that the first column is from A and the second is from B?

采纳的回答

David Hill
David Hill 2022-3-17
C=reshape([A;B],size(A,1),[]);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by