Hi! I am trying to start HAPPE for the first time. I followed the installation instructions and then ran HAPPE_v3 by typing it into the Command Window.
I get the following error message:
Warning: Name is nonexistent or not a directory:
C:\Users\asosk\OneDrive\Softver\MatLab\HAPPE-master\HAPPE-master\packages\eeglab2022.0
In path (line 109)
In addpath (line 86)
In HAPPE_v3 (line 107)
Error using catdirs
All arguments must be character vectors.
Error in addpath (line 64)
p = catdirs(mfilename, varargin{1:n});
Error in HAPPE_v3 (line 121)
addpath([pluginDir{:}]) ;
I can see that HAPPE folder has EEGLAB v. 2024.0, and not v. 2022.0 (line 2 in the error message), so it seems like there is a line of code trying to run an old version of EEGLAB that you may have been using earlier, and that has not been updated.