You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: