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.
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'.
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