transfer a table into a text file
Mostrar comentarios más antiguos
I have converted the cell of different data types(char, string, double) into a table; dose anyone know how I can transfer the table into a text file.
Respuestas (1)
Geoff Hayes
el 7 de Nov. de 2015
0 votos
2 comentarios
me
el 8 de Nov. de 2015
Geoff Hayes
el 8 de Nov. de 2015
The second input parameter to writetable is the name of (and path to) a file, not a file descriptor. Try
writetable(GPS_Data,'myFile.txt');
Categorías
Más información sobre Tables 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!
