max limit to table size
조회 수: 5 (최근 30일)
이전 댓글 표시
Dear All
Is there a max size to the tables in matlab that one should be aware of.
I am trying to read in a large csv file and it seems to truncate at 1000 rows. The file has 10 columns.
Thanks
SC
댓글 수: 1
Adam Danz
2020년 7월 15일
편집: Adam Danz
2020년 7월 15일
I've had tables with >100k rows so the 1000-row truncation you describe is caused by something else.
I'd open the raw data file and look at rows 1000 and 1001 to see if there's something unusual that may be preventing rows 1001-end from being read-in.
Of course the command you're using to read in the data could also be limiting the number or rows.
The "Extended Capabilities" section of the documentation for Tables shows how to use Tall Arrays if you run out of memory when construction the table.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!