max limit to table size

5 views (last 30 days)
RoySam
RoySam on 15 Jul 2020
Edited: Adam Danz on 15 Jul 2020
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 Comment
Adam Danz
Adam Danz on 15 Jul 2020
Edited: Adam Danz on 15 Jul 2020
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.

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!