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 で Tables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
