how to make a three dimensional matrix into a two dimensional matrix?

5 ビュー (過去 30 日間)
TRAILOKYA
TRAILOKYA 2014 年 6 月 18 日
回答済み: Mischa Kim 2014 年 6 月 18 日
sir I have a three dimensional matrix say A (122*13*14). In other way we can say it is concatenation of 14 matrix. But i want to make it two dimensional like B (1708*13) so that each matrix of dimension 122*13 should come one after another. I tried by the following code
C=reshape (A, 1708,13);
But not getting what i want. please help.

採用された回答

Mischa Kim
Mischa Kim 2014 年 6 月 18 日
TRAILOKYA, see this answer.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCreating and Concatenating Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by