필터 지우기
필터 지우기

converting a 3d matrix into a 2d matrix

조회 수: 2 (최근 30일)
muhammad ahmad
muhammad ahmad 2018년 10월 15일
편집: KSSV 2018년 10월 15일
hi, i have a 3d matrix of size 11*3*250,i want to covert it into 11*250,3 provided the entries in the coulmn does not change.if somebody can address the problem Thanks in advance

채택된 답변

KSSV
KSSV 2018년 10월 15일
편집: KSSV 2018년 10월 15일
B = reshape(A,11,250,3) ;
Where A is your 11*3(250 matrix

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Operating on Diagonal Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by