Importing big txt files

4 Ansichten (letzte 30 Tage)
Ashok Das
Ashok Das am 28 Mär. 2019
Kommentiert: Rik am 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 Kommentar
Rik
Rik am 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.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Large Files and Big Data 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!

Translated by