combining planes of data

조회 수: 1 (최근 30일)
lafnath p
lafnath p 2016년 10월 24일
댓글: Guillaume 2016년 10월 24일
i have 512 planes of data of matrix.how can i combine these matrix into a 3d matrix
  댓글 수: 1
Guillaume
Guillaume 2016년 10월 24일
Well, hopefully these 512 planes are not in 512 numbered variables as Thorsten assumed in his answer.
If it is indeed the case, then the better question would be 'how to create the data in the first place so as not to have 512 numbered variables?'.
If not, then what form do these 512 planes take at present.

댓글을 달려면 로그인하십시오.

답변 (1개)

Thorsten
Thorsten 2016년 10월 24일
M = cat(3, plane1, plane2, plane3,[more planes], plane512);

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by