How to concatenate four 4D matrices of different dimensions

4 Ansichten (letzte 30 Tage)
Athul C P
Athul C P am 21 Dez. 2021
Kommentiert: Athul C P am 23 Dez. 2021
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 Kommentar
Matt J
Matt J am 21 Dez. 2021
What do you mean you are not able to use cat? Do you mean you tried to use cat but encountered difficulty?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Matt J
Matt J am 21 Dez. 2021
cat(3,A,B,C,D)

Weitere Antworten (0)

Kategorien

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

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by