Effacer les filtres
Effacer les filtres

how to concatenate different cells of a cell array in one cell without a loup ??

2 vues (au cours des 30 derniers jours)
this is my cell B
B =
{1x2 cell} {1x3 cell}
How to transorm it into {1x5 cell}
???

Réponse acceptée

Matt Fig
Matt Fig le 23 Oct 2012
B = {{magic(2) magic(2)},{magic(2) magic(2) magic(2)}}
B2 = cat(2,B{:})

Plus de réponses (0)

Catégories

En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by