transfer a table into a text file
显示 更早的评论
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.
回答(1 个)
Geoff Hayes
2015-11-7
0 个投票
2 个评论
me
2015-11-8
Geoff Hayes
2015-11-8
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');
类别
在 帮助中心 和 File Exchange 中查找有关 Text Files 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
