How to concatenate four 4D matrices of different dimensions
조회 수: 3 (최근 30일)
이전 댓글 표시
If I am having an input data of
61*61*30*15
61*61*31*15
61*61*31*15
61*61*30*15
How to concatenate this matrices to get a single matrix of 61*61*122*15 dimension.
I am not able to use cat here.
댓글 수: 1
Matt J
2021년 12월 21일
What do you mean you are not able to use cat? Do you mean you tried to use cat but encountered difficulty?
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!