Additional note: After restarting MATLAB (version 2024b), when I try to launch the ERP PCA Toolkit by typing ep, I immediately encounter the following error and the GUI fails to load: ep Unrecognized field name "dataset". Error in ep (line 1165) if ~isempty(EPdataset.dataset) && (~isfield(EPdataset.dataset,'lastChange')) I'm not sure whether this is due to an incompatibility between the variable initialization for EPdataset and the newer MATLAB version, or whether some data structure needs to be...
Hi, I encountered an error while using the ERP PCA Toolkit and would greatly appreciate your help in identifying the cause. Specifically, when I attempt to generate a topographic map (topo) via the GUI, the program throws the following error: Error while evaluating DestroyedObject Callback. Index exceeds the number of array elements. Index must not exceed 28. Error in ep_showTopos (line 1798) 'String',chanNames(EPtopos.nonRegChans)',... Error in ep (line 5464) ep_showTopos(str2num(get(EPmain.handles.view.startSamp,'string')),str2num(get(EPmain.handles.view.endSamp,'string')),......