Hi,
I'm trying estimate a DSGE model using baeysian approach. Since octave don't read excel files, I'm trying to work with a mat-file; recordind the datas in a txt-file and them saving as a .mat-file. But when I try estimate the model, the follow message appears:
file_name_02 = dadogmvE.mat
error: load: failed to read matrix from file `dadogmvE'
error: called from:
error: c:\dynare\4.0.4\matlab\read_variables.m at line 52, column 7
error: c:\dynare\4.0.4\matlab\dynare_estimation_1.m at line 237, column 9
error: c:\dynare\4.0.4\matlab\dynare_estimation.m at line 62, column 5
error: C:\Octave\3.2.2_gcc-4.3.0\bin\gnss_dv.m at line 705, column 1
error: c:\dynare\4.0.4\matlab\dynare.m at line 102, column 1
octave-3.2.2.exe:4:C:\Octave\3.2.2_gcc-4.3.0\bin
>
Someone knows how to fix this?
Thanks.