how to unnest cell array
Mostrar comentarios más antiguos
i have a 1x1 cell and when you click on that it has a 1x36 cell how do i reformat that into a single 1x36 cell.
1 comentario
Stephen23
el 29 de Jun. de 2018
Where C is your cell array:
C = C{1}
Respuestas (1)
Guillaume
el 29 de Jun. de 2018
yourvariable = yourvariable{1};
Categorías
Más información sobre Data Types en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!