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

How large is the data you are trying to load? How much contiguous memory do you have available in your machine?
Contact the authors at the URL they gave you.

답변 (1개)

Walter Roberson
Walter Roberson 2015년 5월 8일
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