Hello! I'm running DeepSqueak version 3.1.0 on MATLAB R2024a and am coming across the following errors when I try to perform a syntax analysis of .mat call files I've classified using Unsupervised Clustering:
Error using loadCallfile (line 13)
This doesn't appear to be a detection file!
Error in SyntaxAnalysis_Callback (line 20)
Calls = loadCallfile([filepath filename{i}],handles);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in DeepSqueak (line 29)
gui_mainfcn(gui_State, varargin{:});
Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)DeepSqueak('SyntaxAnalysis_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating Menu Callback.
I'm guess the line 13 error is the primary issue, but not sure how to rectify it. Any assistance would be very appreciated! Thanks.
Hello! I'm running DeepSqueak version 3.1.0 on MATLAB R2024a and am coming across the following errors when I try to perform a syntax analysis of .mat call files I've classified using Unsupervised Clustering:
Error using loadCallfile (line 13) This doesn't appear to be a detection file!
Error in SyntaxAnalysis_Callback (line 20) Calls = loadCallfile([filepath filename{i}],handles);
Error in gui_mainfcn (line 95) feval(varargin{:});
Error in DeepSqueak (line 29) gui_mainfcn(gui_State, varargin{:});
Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)DeepSqueak('SyntaxAnalysis_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating Menu Callback.
I'm guess the line 13 error is the primary issue, but not sure how to rectify it. Any assistance would be very appreciated! Thanks.