Hi,
I am trying to initialize and read and analyze 2D arrays of size 50000 X 50000. I have tried in Matlab and in C, but in Matlab, it says Out of Memory and in C, while initializing, it says array size is too large.
I have saved the data as .txt and tried to read in C. But here also I cant define the size of array. Can somebody help me? Is it possible to handle such large arrays in Matlab, and what are the technical requirements (e.g memory) for analyzing such large arrays. Please help.
Budha