Concatenate 2D matrices into one 3D matrix with for loop
Show older comments
I have a structure containing 557 376 x 376 double matrices. How do I concatenate the 2D matrices to create a 3D matrix with the size 376 x 376 x 557?
2 Comments
Johanna Popp
on 16 Jun 2021
Stephen23
on 16 Jun 2021
"Concatenate 2D matrices into one 3D matrix with for loop"
Is there a particular requirement to use a FOR loop?
Answers (1)
2 Comments
Johanna Popp
on 16 Jun 2021
Stephen23
on 16 Jun 2021
Please upload your actual data by clicking the paperclip button.
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!