Polt the impluse response in the same map

hello,
I simulate the impluse responses under different control situation, could I put all the results in the same map and plot it out directly by dynare?

if it could, how to programm it?

thanks a lot!

Hi,
I think the easiest way is to write a .m file in which you say something like:

" dynare yourfile.mod
response1 = output
dynare yourfile2.mod
response2 = output
"

Where ‘output’ is the impulse response function you would like to plot and response1 is an auxiliary variable.
Then you can easily plot response1 and response 2 together.
It should work.
Best,
RT