ucdavis / erplab

ERPLAB Toolbox is a free, open-source Matlab package for analyzing ERP data. It is tightly integrated with EEGLAB Toolbox, extending EEGLAB’s capabilities to provide robust, industrial-strength tools for ERP processing, visualization, and analysis. A graphical user interface makes it easy for beginners to learn, and Matlab scripting provides enormous power for intermediate and advanced users.
http://erpinfo.org/erplab
267 stars 73 forks source link

Errors when using Load Existing ERPset(s) from the ERPLAB manual #165

Open wmzheng18 opened 1 year ago

wmzheng18 commented 1 year ago

Description

When loading ERPset by using Load Existing ERPset(s) from the ERPLAB manual, the ERPset will be loaded in the MATLAB Workspace, but won't be loaded into the ERPsets list with the following error messages:


Error using uimenu Value must be a handle. Error in updatemenuerp (line 95) ERPSETMENU(indexerp) = uimenu( erpmenu, 'tag', 'linerp'); Error in pop_loaderp (line 282) updatemenuerp(ALLERP); % add a new erpset to the erpset menu Error in pop_loaderp (line 108) [ERP, ALLERP, erpcom] = pop_loaderp('filename', filename, 'filepath', filepath, 'Warning', 'on', 'UpdateMainGui', 'on', 'multiload', 'off',... Error while evaluating Menu Callback.


Note: pop_loaderp works when set 'UpdateMainGui' == 'off'.


Versions 9.0

OS version [Windows 11 pro]
Matlab version R2022a]
EEGLAB version [v2022.1]
ERPLAB version [9.02]