Page 1 of 1

An issue with accessing Dynare's simulation results

PostPosted: Tue May 24, 2016 12:43 am
by dynare_usr
I want to average Dynare's simulation results over multiple replications.
My plan is to:
1. run my code with simul_replic=x option so that Dynare would generate a binary file.
2. load the saved binary to MatLab
3. average the variables over the replications and then filter the results.

I must be missing something, since on step 2 I run "load test_simul" (the binary file generated by Dynare) and receive an error message:
Number of columns on line 2 of ASCII file test_simul must be the same as previous lines.


Any pointers would be appreciated.

Re: An issue with accessing Dynare's simulation results

PostPosted: Sat May 28, 2016 8:15 am
by jpfeifer

Re: An issue with accessing Dynare's simulation results

PostPosted: Sat Jun 04, 2016 5:18 pm
by dynare_usr
Thank you for sharing your code, Johannes.