Matrix change size when aggregating matrices

1 次查看(过去 30 天)
I have three matrices of sizes: 224x3, 1120x3 and 198x3. I try to merge them to one like this:
Final=[HomeStay2; MidHomeStay ; NewAddHomeStay];
The size of Final is 1318x3, while it shoid be 1542x3
How can I solve this?
  5 个评论
Joel Schelander
Joel Schelander 2021-3-3
HomeStay2 0x0 0 double
MidHomeStay 1120x3 26880 double
NewAddHomeStay 198x3 4752 double

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Resizing and Reshaping Matrices 的更多信息

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by