eeglab icon indicating copy to clipboard operation
eeglab copied to clipboard

PAC issue

Open hwdong123 opened this issue 5 months ago • 2 comments

Hello,

When I use the PAC estimate tool in EEGLAB, I consistently receive the following error message: "EEG error in function eeg_pac() at line 208: Unrecognized function or variable 'parcluster'." I'm wondering if others have encountered this same issue, and I would appreciate any guidance on how to resolve it. Thank you for your time, and I look forward to your response.

Best

Hongwei Dong

PAC problem.pptx

hwdong123 avatar Jun 20 '25 15:06 hwdong123

@nucleuscub or @MakotoMiyakoshi is that a known problem?

arnodelorme avatar Jun 20 '25 15:06 arnodelorme

I did not write this function.

MakotoMiyakoshi avatar Jun 20 '25 15:06 MakotoMiyakoshi

Do you have the Parallel Computing Toolbox installed? @hwdong123 This might be causing the issue. Or it might be that MATLAB’s search path doesn’t include the toolbox. So you'll need to check to make sure that is configured properly. You could try running PAC in serial.

You can check the installation with this command:

ver
which parcluster

if you don't have it install it.

AliRezaei-Code avatar Jun 28 '25 14:06 AliRezaei-Code