Skip to content

pspm_display fails in develop branch #744

@dominikbach

Description

@dominikbach

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

  1. Call pspm_init and pspm_display.
  2. Select a file.
  3. Click on "done"

Technical Info

  • PsPM version: develop branch, updated this morning.
  • MATLAB version: 2021b on Windows.

Metadata

Metadata

Assignees

Labels

BugSomething isn't workingUrgentUrgent issue which should be resolved at once.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions