max limit to table size
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Adam Danz
am 15 Jul. 2020
Bearbeitet: Adam Danz
am 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.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!