Effacer les filtres
Effacer les filtres

converting a 3d matrix into a 2d matrix

2 vues (au cours des 30 derniers jours)
muhammad ahmad
muhammad ahmad le 15 Oct 2018
Modifié(e) : KSSV le 15 Oct 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

Réponse acceptée

KSSV
KSSV le 15 Oct 2018
Modifié(e) : KSSV le 15 Oct 2018
B = reshape(A,11,250,3) ;
Where A is your 11*3(250 matrix

Plus de réponses (0)

Catégories

En savoir plus sur Operating on Diagonal Matrices dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by