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
Hi, I recently downloaded Matlab 2024a in order to use DeepSqueak for detection of mouse USVs and have not been able to get it to work, even on the example files provided. I also tried downloading prior versions 2019a and 2021a and got the same issue. All the required toolboxes are installed.
None of the functionalities seem to be working, I am not even able to visualize the audio (which is in .WAV format).
Here is the error message when I click "detect calls" and attempt to do so with the example file provided after following the instructions to download and unzip the folder directly from the GitHub:
Error using waitbar (line 113)
The second argument must be a message character vector or a handle to an existing waitbar.
Error in SqueakDetect (line 131)
waitbar(...
^^^^^^^^^^^
Error in multinetdect_Callback (line 80)
Calls = [Calls; SqueakDetect(AudioFile,NeuralNetwork,handles.audiofiles(CurrentAudioFile).name,Settings(:,k),j,length(audioselections),networkname)];
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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('multinetdect_Callback',hObject,eventdata,guidata(hObject),1)
Error while evaluating UIControl Callback.
Your help is much appreciated, thanks.
The text was updated successfully, but these errors were encountered:
Hi, I recently downloaded Matlab 2024a in order to use DeepSqueak for detection of mouse USVs and have not been able to get it to work, even on the example files provided. I also tried downloading prior versions 2019a and 2021a and got the same issue. All the required toolboxes are installed.
None of the functionalities seem to be working, I am not even able to visualize the audio (which is in .WAV format).
Here is the error message when I click "detect calls" and attempt to do so with the example file provided after following the instructions to download and unzip the folder directly from the GitHub:
Your help is much appreciated, thanks.
The text was updated successfully, but these errors were encountered: