From ee7611c8adcae511ebbf01efd4f979d89824179c Mon Sep 17 00:00:00 2001 From: Marco Ratto <marco.ratto@jrc.ec.europa.eu> Date: Tue, 3 Jan 2017 19:15:53 +0100 Subject: [PATCH] added note to commented text, as an alternate option, should bugs/problems be reported with line 60 --- matlab/dyn_saveas.m | 1 + 1 file changed, 1 insertion(+) diff --git a/matlab/dyn_saveas.m b/matlab/dyn_saveas.m index 917ef687b9..4c897a620c 100644 --- a/matlab/dyn_saveas.m +++ b/matlab/dyn_saveas.m @@ -52,6 +52,7 @@ if any(strcmp('fig',cellstr(DynareOptions.graph_format))) error('Octave cannot create fig files!') else if DynareOptions.nodisplay +% THE FOLLOWING LINES COULD BE USED IF BUGS/PROBLEMS ARE REPORTED USING LINE 60 % set(h,'Units','Normalized') % mypos=get(h,'Position'); % set(h,'Position',[-1 -1 mypos(3:4)]) -- GitLab