How to concatenate four 4D matrices of different dimensions

3 ビュー (過去 30 日間)
Athul C P
Athul C P 2021 年 12 月 21 日
コメント済み: Athul C P 2021 年 12 月 23 日
If I am having an input data of
61*61*30*15
61*61*31*15
61*61*31*15
61*61*30*15
How to concatenate this matrices to get a single matrix of 61*61*122*15 dimension.
I am not able to use cat here.
  1 件のコメント
Matt J
Matt J 2021 年 12 月 21 日
What do you mean you are not able to use cat? Do you mean you tried to use cat but encountered difficulty?

サインインしてコメントする。

採用された回答

Matt J
Matt J 2021 年 12 月 21 日
cat(3,A,B,C,D)

その他の回答 (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