max limit to table size
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Adam Danz
el 15 de Jul. de 2020
Editada: Adam Danz
el 15 de Jul. de 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.
Respuestas (0)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!