Loading data after Bayesian estimation

Hi Everyone,

After the Bayesian estimation, I was trying to load the data in the file (name_results.mat) to draw graphs in Matlab. However, I got the following warning:

Warning: Variable 'dataset_' originally saved as a dseries cannot be instantiated
as an object and will be read in as a uint32. 

Can I just ignore this warning?

Thank you,
Alex

Yes, you can ignore that. To fix it, add Dynare to your path and call

dynare_config;

in the Matlab command window.

Thank you Prof. Pfeifer for answering my questions and helping me fixing this issue.