I followed the instructions to install the toolbox from Github. However, when I want to run it by either typing BEARapp or BEARmain(s) I got the following error messages:
BEARapp
Error defining property 'TabGrid' of class 'BEARapp20a':
Class named 'matlab.ui.container.GridLayout' is undefined or does not support property validation.
Error in BEARapp (line 4)
eval('BEARapp20a');
BEARmain
Not enough input arguments.
Error in BEARmain (line 43)
VARtype = opts.VARtype;
I followed the instructions to install the toolbox from Github. However, when I want to run it by either typing BEARapp or BEARmain(s) I got the following error messages:
BEARmain Not enough input arguments. Error in BEARmain (line 43) VARtype = opts.VARtype;
Would you please help me? Thanks a lot