Kilosort2 problem with GUI blank error

Error fixing:
install the GUI layout toolbox in the matlab.

Error using uiextras.Panel
Cannot define property ‘Enable’ in class ‘Panel’ because the property has already been defined in the superclass ‘Panel’.

Error in ksGUI/build (line 111)
obj.H.logPanel = uiextras.Panel(…

Error in ksGUI (line 47)
obj.build(parent);

Error in kilosort (line 17)
h = ksGUI(f);

For the GUI, you need to make sure that you add the correct GUI Layout Toolbox, and make sure to add it from the Add On menu in Matlab. By default, searching “GUI Layout Toolbox” does not get the correct one, instead you need to search the author’s name “David Sampson” in the Add On window, and that will find the right one. If the one you’re downloading is not by David Sampson, it won’t work. If you already installed a different one, make sure you completely uninstall it and remove it from the path before trying to install the correct one.

Kilosort2 problem with GUI blank error

Done.

相关文章:

  • 2021-09-04
  • 2022-02-14
  • 2021-07-14
  • 2021-10-08
  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
猜你喜欢
  • 2021-09-21
  • 2022-12-23
  • 2021-10-17
  • 2021-08-04
  • 2021-09-18
  • 2022-12-23
  • 2021-12-15
相关资源
相似解决方案