How to join pages to make a 3D matrix?

조회 수: 1 (최근 30일)
Mr M.
Mr M. 2018년 4월 5일
답변: KL 2018년 4월 5일
We can join columns with , ([x,y]) We can join rows with ; ([x;y]) But how to join pages? for example M(:,:,2) and M(:,:,1)

답변 (1개)

KL
KL 2018년 4월 5일
Use cat,
cat(3,X,Y)

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by