Exporting Simulation Results from Dynare

Is there a way to save the trajectory values from Dynare’s shock simulations in Octave? The default plots in Octave generated by Dynare are not very refined, so I would like to extract the data to plot the results using Python. Any guidance would be appreciated.

I have seen that you can use dynasave (FILENAME). But it’s not saving my data, or if it is, i dont know where is it saving it. Should i write ‘FILENAME’, should i add the extension?

Which results are you talking about?

The whole trajectory. I want to be able to plot the irf that I get with Dynare with Matplotlib

All results are in oo_, which is already saved in the _results.mat file. IRFs would be in oo_.irfs. Simulations usually in oo_.endo_simul and oo_.exo_simul.

Sorry for bothering you again. I work with Octave and don’t have any .mat files

That cannot be correct. If you run e.g. example1.mod then you will have a example1_results.mat file in the example1/Output subfolder.