Concatenate three-dimensional matrices
116 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Sergio Orasch
le 16 Juin 2022
Réponse apportée : Simon Chan
le 16 Juin 2022
Hello,
I need to concatenate two three-dimensional matrices, however I cannot come up with the required dimensions.
% input
A = [2x2x6]
B = [2x2x4]
% C -> concatenation of A and B
C = [2x2x10] -> required dimensions
cat(1,A,B) does not work for this purpose, does anyone have an idea? Thanks
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!