transfer a table into a text file
Afficher commentaires plus anciens
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.
Réponses (1)
Geoff Hayes
le 7 Nov 2015
0 votes
2 commentaires
me
le 8 Nov 2015
Geoff Hayes
le 8 Nov 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');
Catégories
En savoir plus sur Tables dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
