Importing big txt files

4 visualizzazioni (ultimi 30 giorni)
Ashok Das
Ashok Das il 28 Mar 2019
Commentato: Rik il 29 Apr 2019
I have text file (.txt) of size around 20gb. I need to import it to Matlab.
I tried using A = load('file.txt') , but it's showing error using load.
The error says:
Error using load
Requested 50000x72014 (26.8GB) array exceeds maximum array size preference. Creation of arrays greater than this limit may take a long time and cause MATLAB to become unresponsive. See array
size limit or preference panel for more information.
What to do now?
  1 Commento
Rik
Rik il 29 Apr 2019
That depends on what you want to do with it. Since you probably don't have 27GB contiguous blocks of free memory, you won't be able to load the data, nor work with it all in one go. Depending on what you want to do, there might be a way to avoid loading all the data into memory.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Large Files and Big Data in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by