Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
How to turn empty spaces into "0" when converting .TXT file into a .CSV file?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have joint angle data from a motion capture study. Sometimes there are gaps in the data for multiple reasons but it needs to read as "0" for propper analysis. Does anyone know a way to convert the .txt file to a csv file as well as turning the empty spaces into zeroes? I cannot get it to work when I try to use the "load" function and the "fopen" function but there is also a good chance I am doing it wrong. I have attached the raw data and what I would like line 1 to look like.
Any help is appreciated. Thank you!
댓글 수: 2
Scott MacKenzie
2022년 4월 14일
Are you sure there are gaps? If I open your file in Excel using "tab" as the delimiter, the data are properly aligned in each column, with a label for each column, and without any missing data:
I think the gaps you are seeing are perhaps just an artefact of the tab delmiter. Check again.
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!