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?
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.