how to converse GPS .txt files in .xls files
1 次查看(过去 30 天)
显示 更早的评论
Hello everybody, i want your help. can someone help to write a programm that can tranform GPS-Data with .txtfile into .xlsfile please? thanks. Joel
0 个评论
回答(1 个)
Shivam Chaturvedi
2016-2-29
Hi Joel,
If the GPS data is comma-separated or tab-delimited, then you can simply read in the data from the txt file. You can also use the data import tool as described here:
You can also read about the different methods of importing data into MATLAB here:
Regarding exporting to .xls file, here's some reference to get you started on that:
Hope that helps
-Shivam
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Search Path 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!