how to concatenate different cells of a cell array in one cell without a loup ??
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
this is my cell B
B =
{1x2 cell} {1x3 cell}
How to transorm it into {1x5 cell}
???
0 Commenti
Risposta accettata
Matt Fig
il 23 Ott 2012
B = {{magic(2) magic(2)},{magic(2) magic(2) magic(2)}}
B2 = cat(2,B{:})
0 Commenti
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!