transfer a table into a text file
Mostra commenti meno recenti
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.
Risposte (1)
Geoff Hayes
il 7 Nov 2015
0 voti
2 Commenti
me
il 8 Nov 2015
Geoff Hayes
il 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');
Categorie
Scopri di più su Text Files in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
