Borrar filtros
Borrar filtros

Out of memory. The likely cause is an infinite recursion within the program.

5 visualizaciones (últimos 30 días)
Hello,
I am receiving the following error message:
Out of memory. The likely cause is an infinite recursion within the program.
Error in fileparts (line 35)
elseif ~isrow(file)
I have already tried renaming as well as deleting the isrow.m fime in my eeglab folder with the Matlab folder. I have also tried removing the entire folder that contain the isrow.m file from the path but am still receiving the same error message.
*Thank you for any assistance*
  3 comentarios
Walter Roberson
Walter Roberson el 1 de Ag. de 2019
If you did not happen to do so, either quit matlab and reenter, or else
clear all
Sonja Joshi
Sonja Joshi el 1 de Ag. de 2019
I was getting this error before deleting or renaming the isrow.m file and I was just trying to open eeglab when this error message opened. I have also tried using clear all and restarting up Matlab to no avail.
Any ideas?

Iniciar sesión para comentar.

Respuesta aceptada

Guillaume
Guillaume el 1 de Ag. de 2019
You, or some code you've downloaded is shadowing the isrow.m function of matlab.
Hopefully, the isrow.m you've deleted is not the matlab one (otherwise, you'll have to reinstall matlab I'm afraid) but the shadowing one.
Two toolboxes that have been shown to shadow essential built-in matlab functions:
That latter one in particular caused exactly the error reported here.
  2 comentarios
Sonja Joshi
Sonja Joshi el 1 de Ag. de 2019
Hello all,
Thank you so much for your input. We ended up installing the older 2018 version of eeglab and that somehow corrected the issue.
Thanks again!
Walter Roberson
Walter Roberson el 2 de Ag. de 2019
YARPIZ might also shadow some MATLAB functions, such as nchoosek.m

Iniciar sesión para comentar.

Más respuestas (1)

Arhant Jain
Arhant Jain el 29 de Ag. de 2020
Inside the eeglab lab folder, just delete the folder associated with fieldtrip box. It will solve your problem.

Categorías

Más información sobre Startup and Shutdown 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!

Translated by