how to converse GPS .txt files in .xls files
조회 수: 2(최근 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
참고 항목
범주
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!