Borrar filtros
Borrar filtros

converting a 3d matrix into a 2d matrix

2 visualizaciones (últimos 30 días)
muhammad ahmad
muhammad ahmad el 15 de Oct. de 2018
Editada: KSSV el 15 de Oct. de 2018
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

Respuesta aceptada

KSSV
KSSV el 15 de Oct. de 2018
Editada: KSSV el 15 de Oct. de 2018
B = reshape(A,11,250,3) ;
Where A is your 11*3(250 matrix

Más respuestas (0)

Categorías

Más información sobre Operating on Diagonal Matrices en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by