convert 3d matrix into 2d matrix

조회 수: 2 (최근 30일)
Mushahid Shamim
Mushahid Shamim 2018년 4월 26일
답변: Walter Roberson 2018년 4월 26일
How can I convert A(2*3*9) matrix into A(6*9) matrix.

답변 (1개)

Walter Roberson
Walter Roberson 2018년 4월 26일
reshape(A, [], size(A,3))

카테고리

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