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
I'm trying to run phenoripper from matlab on a linux workstation. When I run phenoripper, the logo and main menu opens but when i go to load data, i get the following errors in the command window:
phenoripper
PhenoRipper version 1.20
Error using statusbar>setFigureStatus (line 250)
error updating status text for figure PhenoRipper v1.20
: No appropriate method, property, or field fFigureClient for class com.mathworks.hg.peer.HG1FigurePeer.
Error in phenoripper_gui>addProgressBarToMyHandle (line 1010)
myhandles.statusbarHandles=statusbar(mainFigure,...
Error in phenoripper_gui>phenoripper_gui_OutputFcn (line 112)
addProgressBarToMyHandle(handles.figure1);
Error in gui_mainfcn (line 264)
feval(gui_State.gui_OutputFcn, gui_hFigure, [], gui_Handles);
Error in phenoripper_gui (line 65)
gui_mainfcn(gui_State, varargin{:});
Error in phenoripper (line 38)
phenoripper_gui;
Error using statusbar>setFigureStatus (line 250)
error updating status text for figure PhenoRipper v1.20
: No appropriate method, property, or field fFigureClient for class com.mathworks.hg.peer.HG1FigurePeer.
I'm trying to run phenoripper from matlab on a linux workstation. When I run phenoripper, the logo and main menu opens but when i go to load data, i get the following errors in the command window:
Error using statusbar>setFigureStatus (line 250)
error updating status text for figure PhenoRipper v1.20
: No appropriate method, property, or field fFigureClient for class com.mathworks.hg.peer.HG1FigurePeer.
Error in statusbar (line 148)
thisStatusbarObj = setFigureStatus(rootHandles(rootIdx), deleteFlag, updateFlag, statusText);
Error in phenoripper_gui>addProgressBarToMyHandle (line 1010)
myhandles.statusbarHandles=statusbar(mainFigure,...
Error in phenoripper_gui>phenoripper_gui_OutputFcn (line 112)
addProgressBarToMyHandle(handles.figure1);
Error in gui_mainfcn (line 264)
feval(gui_State.gui_OutputFcn, gui_hFigure, [], gui_Handles);
Error in phenoripper_gui (line 65)
gui_mainfcn(gui_State, varargin{:});
Error in phenoripper (line 38)
phenoripper_gui;
Error using statusbar>setFigureStatus (line 250)
error updating status text for figure PhenoRipper v1.20
: No appropriate method, property, or field fFigureClient for class com.mathworks.hg.peer.HG1FigurePeer.
Error in statusbar (line 148)
thisStatusbarObj = setFigureStatus(rootHandles(rootIdx), deleteFlag, updateFlag, statusText);
Error in phenoripper_gui>addProgressBarToMyHandle (line 1010)
myhandles.statusbarHandles=statusbar(mainFigure,...
Error in phenoripper_gui>useMetadaFileButton_Callback (line 331)
addProgressBarToMyHandle(handles.figure1);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in phenoripper_gui (line 65)
gui_mainfcn(gui_State, varargin{:});
Error in @(hObject,eventdata)phenoripper_gui('useMetadaFileButton_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating uicontrol Callback
Thanks,
John
The text was updated successfully, but these errors were encountered: