Importing big txt files

4 次查看(过去 30 天)
Ashok Das
Ashok Das 2019-3-28
评论: Rik 2019-4-29
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 个评论
Rik
Rik 2019-4-29
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.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Large Files and Big Data 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by