Thank you all for the amazing work you are doing for developing these tools. I just started on kilosort 3 and I get some bugs. The first one is related to the GUI which does not respond to the control touches 1,2,3,4 so I can not see the filtered data etc... and I get on matlab the following error message:
Error using unique (line 117)
Invalid input. Valid flags are 'rows', 'first', 'last', 'stable',
'sorted', 'legacy'.
Error in ksGUI/updateProbeView (line 1202)
ux = unique(cm.xcoords); uy = unique(cm.ycoords);
Error in ksGUI>@(~,~)obj.updateProbeView('reset') (line 273)
'Callback', @(~,~)obj.updateProbeView('reset'));
Hi everyone,
Thank you all for the amazing work you are doing for developing these tools. I just started on kilosort 3 and I get some bugs. The first one is related to the GUI which does not respond to the control touches 1,2,3,4 so I can not see the filtered data etc... and I get on matlab the following error message:
Error using unique (line 117) Invalid input. Valid flags are 'rows', 'first', 'last', 'stable', 'sorted', 'legacy'.
Error in ksGUI/updateProbeView (line 1202) ux = unique(cm.xcoords); uy = unique(cm.ycoords);
Error in ksGUI>@(~,~)obj.updateProbeView('reset') (line 273) 'Callback', @(~,~)obj.updateProbeView('reset'));
Error while evaluating UIControl Callback
Thank you in advance for the help !