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

5 次查看(过去 30 天)
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 个评论
Sonja Joshi
Sonja Joshi 2019-8-1
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?

请先登录,再进行评论。

采纳的回答

Guillaume
Guillaume 2019-8-1
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 个评论
Sonja Joshi
Sonja Joshi 2019-8-1
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!

请先登录,再进行评论。

更多回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by