umair-hassan / best-toolbox

Brain Electrophysiological recording and STimulation (BEST) Toolbox, is a MATLAB based open source software that interfaces with a wide variety of EEG, EMG, TMS and other stimulating devices, and allows to run flexibly configured but fully automated closed-loop protocols.
27 stars 9 forks source link

Issue running in Matlab R2022a #40

Closed JonteP closed 2 years ago

JonteP commented 2 years ago

When executing the Toolbox with BEST I get the following output:

`ans =

HBox

Cannot define property 'Enable' in class 'uiextras.Panel' because the property has already been defined in the superclass 'matlab.ui.container.Panel'.

Error in best_application/create_hwcfg_panel (line 7827) uiextras.Panel( 'Parent', obj.hw.hbox, 'BorderType','none')

Error in best_application/create_gui (line 64) obj.create_hwcfg_panel;

Error in best_application (line 36) obj.create_gui;

Error in BEST (line 15) evalin( 'base', 'best_toolbox=best_application;' )`

After this, I get the following error if trying to close the GUI, and it refuses to close the window:

Error while evaluating Figure CloseRequestFcn.

umair-hassan commented 2 years ago

Hi Jonte,

Thank you for contacting us. BEST toolbox is not compatible with Matlab r2022a yet. We are working on it. Matlab 2017b is the stable version validated for BEST toolbox releases. I hope this helps you.

Thank you

JonteP commented 2 years ago

Thank you!

I should have read the documentation more thoroughly before posting.

umair-hassan commented 2 years ago

Do let me know if you need any help! Thanks