sccn / PACTools

EEGLAB plug-in to compute Phase-Amplitude Coupling using different methods
36 stars 9 forks source link

Error PACTools #1

Closed MartinS071 closed 3 years ago

MartinS071 commented 5 years ago

Hi,

I get this error meassage when I use PACTool.

EEGLAB error in function eeg_pac() at line 185: Undefined function or variable 'parcluster'.

I tried to replicate the example provided on GitHub.

Thanks for your help,

Martin

nucleuscub commented 5 years ago

Dear Martin, Thanks for using this toolbox. The function 'parcluster' belongs to the MATLAB Parallel Computing Toolbox. You may not have this toolbox installed or licensed. Computing PAC across latencies without a parallel loop may be computationally very expensive, but I may add an option to avoid using the 'parfors'. However, note that the computation may take way longer than usual. I'll keep you posted on this update. Thanks, R ps. The 'issue' will be moved to the PAC Tools repo

nucleuscub commented 3 years ago

This has been fixed!