Page 1 of 1

Log-file

PostPosted: Fri May 27, 2016 5:48 am
by dynare_usr
I run several Dynare runs via an m-file and would like to save MatLab output for future use as a log-file. Although Dynare creates a log-file by default, in my case it saves output of the last of Dynare run only.

Is there a way to save output of the entire run by Dynare tools or should I use MatLab's diary function?

Re: Log-file

PostPosted: Sat May 28, 2016 8:38 am
by jpfeifer
Try running Dynare with
Code: Select all
nolog
option at the preprocessor stage and then use the
Code: Select all
diary

function of Matlab.