Merge Matrices (365 matrix to 1)
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello,
I have 365 files (sst.mat) with a matrix (290,940) and i want to merge them to 1 file with 1 matrix (290,940,365).
I tried for differentes ways but its not working.
Thanks.
댓글 수: 2
채택된 답변
ahmed nebli
2018년 11월 26일
i suggest you try using the fuction cat to create a multidimentional array like in this exemple https://www.mathworks.com/help/matlab/math/multidimensional-arrays.html
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!