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?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Noor
el 1 de Dic. de 2013
Comentada: Walter Roberson
el 21 de Jul. de 2016
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');
0 comentarios
Respuesta aceptada
Nick Haddad
el 3 de Oct. de 2014
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.
0 comentarios
Más respuestas (2)
Walter Roberson
el 1 de Dic. de 2013
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.
0 comentarios
Debejyo Chakraborty
el 20 de Jul. de 2016
I am using 2014a with the same error. The excel sheet is about 5MB, not that big in my opinion.
1 comentario
Walter Roberson
el 21 de Jul. de 2016
R2014a would be covered by the bug report listed above by Nick.
Ver también
Categorías
Más información sobre MATLAB Report Generator en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!