How can I remove the error "maximum variable size allowed by the program is exceeded".?

I am unable to process the .eeg file I have due to its large size and the error saying "maximum variable size allowed by the program is exceeded." So I want to convert the .eeg file into .m file.
Any help would be appreciated.
I have to submit my program by 11th may.

3 件のコメント

James Tursa
James Tursa 2015 年 5 月 8 日
How large is the data you are trying to load? How much contiguous memory do you have available in your machine?
Star Strider
Star Strider 2015 年 5 月 8 日
Contact the authors at the URL they gave you.
Walter Roberson
Walter Roberson 2015 年 5 月 8 日
This is really a duplicate of http://uk.mathworks.com/matlabcentral/answers/215745-what-values-to-fill-in-while-loading-the-eeg-file-on-eeglab-toolbox but with important information removed from it. :(

回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 5 月 8 日

0 投票

You need to use a 64 bit version of MATLAB to process large data files.

この質問は閉じられています。

質問済み:

2015 年 5 月 8 日

閉鎖済み:

2015 年 5 月 8 日

Community Treasure Hunt

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

Start Hunting!

Translated by