max limit to table size

5 vues (au cours des 30 derniers jours)
RoySam
RoySam le 15 Juil 2020
Modifié(e) : Adam Danz le 15 Juil 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 commentaire
Adam Danz
Adam Danz le 15 Juil 2020
Modifié(e) : Adam Danz le 15 Juil 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.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by