Azzera filtri
Azzera filtri

concatenate multidimentional tables

1 visualizzazione (ultimi 30 giorni)
Mary Kodogianni
Mary Kodogianni il 29 Gen 2011
Hello everybody, I 'm working my project,and i must add,concatenate 2dimentional arrays. Does anybody know an effective algorithm to do this? Thanks in advantage..

Risposta accettata

Jiro Doke
Jiro Doke il 29 Gen 2011
Since you aren't very descriptive with your question, I would simply suggest reading up on Matrix Concatenation from the documentation:

Più risposte (1)

Jan
Jan il 29 Gen 2011
A surprising question. If you want to concatenate two matrices horizontally:
C = [A, B];
And vertically:
C = [A; B];
Perhaps you have a more complicated problem to solve?! Are you talking of a large cell vektor containing a lot of matrices and suffer from CAT, which fails to use an efficient pre-allocation method?

Categorie

Scopri di più su Tables in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by