Page 1 of 1

IRFs from dynare on one page

PostPosted: Wed Jan 16, 2013 4:24 am
by Carol
Hi,
My model has impulse response functions for 15 variables so when I run the model in dynare the simulations come out on 2 separate pages. I want to get the simulations for all 15 variables on one page. Can anyone please tell me what I can do to get all the impulse response functions when I run the model on one page? Thanks.

Re: IRFs from dynare on one page

PostPosted: Thu Jan 17, 2013 9:48 am
by jpfeifer
You have to hack
Code: Select all
pltorg.m

Re: IRFs from dynare on one page

PostPosted: Thu Jan 17, 2013 2:12 pm
by Carol
Thanks for replying jpfeifer. Just to clarify what you said; are you saying to create a separate matlab file in the same folder which I am running this model? What information should I put in this matlab file?

Re: IRFs from dynare on one page

PostPosted: Thu Jan 17, 2013 4:19 pm
by jpfeifer
No, I am saying that Dynare comes with a file called pltorg.m that governs the layout of IRF-graphs. It contains for example the number of rows and columns for the subplot-command used in Dynare. You have to change the respective values in this file according to your liking.

Re: IRFs from dynare on one page

PostPosted: Thu Jan 17, 2013 4:59 pm
by Carol
Thank you very much jpfeifer. I did it and it worked. Enjoy the rest of your day.

Many thanks,
Carol