How to extract cell array?
Mostrar comentarios más antiguos
Hi, everyone... I want to ask about how to extract this cell array to a string data which contained in each of those cells. So i have this kind of data :
data = reshape(per_combine,[],1);
data
ans =
3×1 cell array
{44640×1 string}
{40320×1 string}
{40320×1 string}
I just want to grab each data string in each of those three cells to 44640 + 40320 + 40320 of data strings .....
Could it be possible, anyone? Thank you very much...
3 comentarios
Simon Chan
el 29 de Ag. de 2021
The size of the first cell is not the same as the next two. How would you like to grab those data? Just grab the first cell or ignore them?
Tyann Hardyn
el 29 de Ag. de 2021
Editada: Tyann Hardyn
el 29 de Ag. de 2021
Tyann Hardyn
el 29 de Ag. de 2021
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Data Type Conversion 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!