Convert cell to table
Mostrar comentarios más antiguos
Hi,
I have a 1 x 30 cell, A. Each element of A is a 1 x 10 double. How can I convert this to a 30 x 10 double, where each row is an element of cell A?
Any help would be appreciated! Thanks,
Sushma
1 comentario
sushma sharma
el 28 de Sept. de 2016
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 28 de Sept. de 2016
0 votos
Star's answer gives you a double matrix. If you really want a "table" (if you even know what that is), use the function cell2table().
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!