Borrar filtros
Borrar filtros

transfer a table into a text file

2 visualizaciones (últimos 30 días)
me
me el 7 de Nov. de 2015
Comentada: Geoff Hayes el 8 de Nov. de 2015
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
Geoff Hayes el 7 de Nov. de 2015
me - try using writetable which will write the table to a comma delimited file.
  2 comentarios
me
me el 8 de Nov. de 2015
the table can be seen to the right, and the error I get when using writetable can be seen in the C.W.. Do you have any other suggestions?
Geoff Hayes
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');

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by