Hi,could you help me please ,I'm trying to load a big data set to matlab work and I have an error below,what can I do for this?

조회 수: 6 (최근 30일)
Error using xlsread (line 247) Invoke Error, Dispatch Exception: Not enough storage is available to complete this operation.
Error in testdata (line 3) m = xlsread('DataBase.xlsx');

채택된 답변

Nick Haddad
Nick Haddad 2014년 10월 3일
This issue is a known bug in MATLAB and has been addressed in the following bug report:
The bug report has a workaround which you can install for MATLAB R2013a through R2014b.

추가 답변 (2개)

Walter Roberson
Walter Roberson 2013년 12월 1일
Do not read the entire file at the same time. Or make your program more efficient so the rest of the program uses less memory leaving more memory free for the data. Or get more RAM. Or increase your virtual memory (which will slow down the program greatly but it will at least run.) You might need to switch to a 64 bit operating system running a 64 bit version of MATLAB.

Debejyo Chakraborty
Debejyo Chakraborty 2016년 7월 20일
I am using 2014a with the same error. The excel sheet is about 5MB, not that big in my opinion.

카테고리

Help CenterFile Exchange에서 Source Control Integration에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by