Azzera filtri
Azzera filtri

converting a 3d matrix into a 2d matrix

2 visualizzazioni (ultimi 30 giorni)
muhammad ahmad
muhammad ahmad il 15 Ott 2018
Modificato: KSSV il 15 Ott 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

Risposta accettata

KSSV
KSSV il 15 Ott 2018
Modificato: KSSV il 15 Ott 2018
B = reshape(A,11,250,3) ;
Where A is your 11*3(250 matrix

Più risposte (0)

Categorie

Scopri di più su Operating on Diagonal Matrices in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by