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!
