converting a 3d matrix into a 2d matrix

2 次查看(过去 30 天)
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