Cell to data column
Mostrar comentarios más antiguos
I have data which is in cell. I want to convert them into table like we do in excel text2column. Hereby, I am attaching a screenshot of the data. I want entire cell array in tabulated form.

2 comentarios
Ajiket Patil
el 23 de Feb. de 2021
Try this
tbl = rows2vars(data);
Saurabh Srivastava
el 24 de Feb. de 2021
Respuestas (1)
KALYAN ACHARJYA
el 23 de Feb. de 2021
Editada: KALYAN ACHARJYA
el 23 de Feb. de 2021
0 votos
Try with cell2table
Note that the single coulmn cell data having numeric and non numeric data types. If this is not resolved, please attach a sample data file.
3 comentarios
Saurabh Srivastava
el 24 de Feb. de 2021
KALYAN ACHARJYA
el 24 de Feb. de 2021
Please share the sample data (not screenshot), and can you show us code what you have tried with table?
Saurabh Srivastava
el 24 de Feb. de 2021
Categorías
Más información sobre Large Files and Big Data 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!