large date/number/string text file reading to certain number of elements then ignoring end of line
이전 댓글 표시
I have a problem reading in a text file.
It's a large txt file with each line (after the header) composed of time,date,799 x data integers seperated by a ', '
Tha would be fine and I'd be able to read the 2000 plus lines in with no problem sequentially, except every now and then a line is finished with a string starting 'Event: ...'
This messes up the time & date capture for the next line..
How can I tell the code to stop after the 799 integers, ignore the rest of the line and move to the next?
thanks
댓글 수: 4
Tom
2012년 9월 26일
Can you provide some sample data?
Rod Habeshaw
2012년 9월 26일
Oleg Komarov
2012년 9월 26일
Which version of MATLAB do you have?
Rod Habeshaw
2012년 9월 26일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!