Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
how to import 2gb txt file data into workspace?
조회 수: 1 (최근 30일)
이전 댓글 표시
how to import 2gb txt file data into workspace?
The txt file has four columns, 8812616 rows , all of which are pure numbers, are 2gb. The content of the file is on the photo.
I try to use textscan but error using textscan.
too many output arguments.
댓글 수: 2
DGM
2021년 4월 30일
You'd have to post how you were calling textscan for anyone to know why it was wrong.
Also, ~35 characters x 8.8M lines should be around 300MB (assuming 8-bit encoding). Why is the file ~6x larger than expected? Is that any potential source of problems?
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!