Dear All,
I get an error when I click "generate" in the Network Construction panel.
(The version of MATLAB is 2020b)
I try it several times, but it always happens, even when I don't click Calculate Graph Matrics and Raw Matrix.
To avoid any conflict between toolboxes, All toolboxes, but GraphVar, are removed.
I attach a picture for showing the details of my setting.
Index exceeds the number of array elements (0).
Error in Results_OpeningFcn (line 95)
doML = strncmp(handles.Files{1}, 'ML', 2);
Error in gui_mainfcn (line 220)
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error in Results (line 34)
gui_mainfcn(gui_State, varargin{:});
Error in GraphVar_corr (line 140)
Results;
Error in GraphVar>Btn_calcCorr_Callback (line 75)
GraphVar_corr(handles,allTask)
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in GraphVar (line 40)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)GraphVar('Btn_calcCorr_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.
Does anyone know how to solve this problem?
Thanks.
Attachment | Size |
---|---|
截圖 2022-06-09 下午5.35.40.png | 2.43 MB |
Forums