how to concatenate different cells of a cell array in one cell without a loup ??
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
this is my cell B
B =
{1x2 cell} {1x3 cell}
How to transorm it into {1x5 cell}
???
0 comentarios
Respuesta aceptada
Matt Fig
el 23 de Oct. de 2012
B = {{magic(2) magic(2)},{magic(2) magic(2) magic(2)}}
B2 = cat(2,B{:})
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!