What do three inputs mean in a Matrix x(m,n,1)

조회 수: 1 (최근 30일)
Nora Derguti
Nora Derguti 2015년 10월 13일
답변: Star Strider 2015년 10월 13일
What does this mean in Matlab:
[x(m,n,1); x(m,n,2); x(m,n,3)] where m=1:max(size(columns)), and n =1:max(size(rows));

채택된 답변

Star Strider
Star Strider 2015년 10월 13일
It creates a (3*m x n) vertically concatenated matrix of the three ‘pages’ of the 3D matrix ‘x’.

추가 답변 (0개)

카테고리

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

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by