convert 3d matrix into 2d matrix

2 Ansichten (letzte 30 Tage)
Mushahid Shamim
Mushahid Shamim am 26 Apr. 2018
Beantwortet: Walter Roberson am 26 Apr. 2018
How can I convert A(2*3*9) matrix into A(6*9) matrix.

Antworten (1)

Walter Roberson
Walter Roberson am 26 Apr. 2018
reshape(A, [], size(A,3))

Kategorien

Mehr zu Matrices and Arrays finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by