Effacer les filtres
Effacer les filtres

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

6 vues (au cours des 30 derniers jours)
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 commentaires
Walter Roberson
Walter Roberson le 1 Août 2019
If you did not happen to do so, either quit matlab and reenter, or else
clear all
Sonja Joshi
Sonja Joshi le 1 Août 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?

Connectez-vous pour commenter.

Réponse acceptée

Guillaume
Guillaume le 1 Août 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 commentaires
Sonja Joshi
Sonja Joshi le 1 Août 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 le 2 Août 2019
YARPIZ might also shadow some MATLAB functions, such as nchoosek.m

Connectez-vous pour commenter.

Plus de réponses (1)

Arhant Jain
Arhant Jain le 29 Août 2020
Inside the eeglab lab folder, just delete the folder associated with fieldtrip box. It will solve your problem.

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by