How to concatenate four 4D matrices of different dimensions
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Matt J
il 21 Dic 2021
What do you mean you are not able to use cat? Do you mean you tried to use cat but encountered difficulty?
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Creating and Concatenating Matrices in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!