european-central-bank / BEAR-toolbox

The Bayesian Estimation, Analysis and Regression toolbox (BEAR) is a comprehensive (Bayesian Panel) VAR toolbox for forecasting and policy analysis.
98 stars 38 forks source link

Error running BEARapp or BEARmain(s) #21

Open auhernandez opened 2 years ago

auhernandez commented 2 years ago

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;

Would you please help me? Thanks a lot