DrCoffey / DeepSqueak

DeepSqueak v3: Using Machine Vision to Accelerate Bioacoustics Research
BSD 3-Clause "New" or "Revised" License
373 stars 89 forks source link

Issue with opening function #153

Closed taylorkimball123 closed 2 years ago

taylorkimball123 commented 2 years ago

Hello! I am new to Matlab so this might be a simple fix, but I am getting this error when I run the program

Warning: Support for ver('distcomp') will be removed in a future release. Use ver('parallel') instead.

In ver>locGetSingleToolboxInfo (line 283) In ver (line 56) In verLessThan (line 39) In DeepSqueak>DeepSqueak_OpeningFcn (line 108) In gui_mainfcn (line 220) In DeepSqueak (line 30) Unrecognized function or variable 'squeakData'.

Error in DeepSqueak>DeepSqueak_OpeningFcn (line 114) handles.data = squeakData(squeakfolder);

Error in gui_mainfcn (line 220) feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});

Error in DeepSqueak (line 30) gui_mainfcn(gui_State, varargin{:});