eeglab
eeglab copied to clipboard
PAC issue
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
@nucleuscub or @MakotoMiyakoshi is that a known problem?
I did not write this function.
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.