Clear Filters
Clear Filters

Matrix change size when aggregating matrices

2 views (last 30 days)
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 Comments
Joel Schelander
Joel Schelander on 3 Mar 2021
HomeStay2 0x0 0 double
MidHomeStay 1120x3 26880 double
NewAddHomeStay 198x3 4752 double

Sign in to comment.

Answers (0)

Categories

Find more on Matrices and Arrays in Help Center and File Exchange

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!