Summary
When a file is selected and I click on "done", the following error occurs (and the file selector remains frozen):
No method 'delete' with matching signature found for class 'matlab.ui.control.UIControl'.
Error while evaluating UIControl Callback.
When I close the file selector by clicking on the top-left cross, the following error message occurs:
Execution of script varargin as a function is not supported:
C:\Program Files\MATLAB\R2021b\toolbox\matlab\lang\varargin.m
Error in pspm_display>load_Callback (line 491)
elseif numel(varargin)>1
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in pspm_display (line 48)
gui_mainfcn(gui_State, varargin{:});
Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)pspm_display('load_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating Menu Callback.
Steps to Reproduce
- Call
pspm_init and pspm_display.
- Select a file.
- Click on "done"
Technical Info
- PsPM version: develop branch, updated this morning.
- MATLAB version: 2021b on Windows.
Summary
When a file is selected and I click on "done", the following error occurs (and the file selector remains frozen):
When I close the file selector by clicking on the top-left cross, the following error message occurs:
Execution of script varargin as a function is not supported:
C:\Program Files\MATLAB\R2021b\toolbox\matlab\lang\varargin.m
Steps to Reproduce
pspm_initandpspm_display.Technical Info