To eliminate the lines begin with "%"
이전 댓글 표시
I have a file (attached here) which I need to eliminate all the lines begin with "%" and remove the "commas" after the numbers. Then read the numbers and put in separate columns X, Y and Z. Can anyone help me to make the program?
채택된 답변
추가 답변 (1개)
Image Analyst
2013년 11월 26일
0 개 추천
Why not just use importdata() where you can tell it to throw away some number of headerlines?
카테고리
도움말 센터 및 File Exchange에서 Text Data Preparation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!