Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dynare
particles
Commits
823d9474
Commit
823d9474
authored
Mar 23, 2017
by
Houtan Bastani
Browse files
update call to dyn_saveas
parent
20978ce1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/online_auxiliary_filter.m
View file @
823d9474
...
...
@@ -303,7 +303,7 @@ for plt = 1:nbplt,
axis
tight
drawnow
end
dyn_saveas
(
hh
,[
Model
.
fname
'_param_traj'
int2str
(
plt
)
],
DynareOptions
);
dyn_saveas
(
hh
,[
Model
.
fname
'_param_traj'
int2str
(
plt
)
],
DynareOptions
.
nodisplay
,
DynareOptions
.
graph_format
);
if
TeX
% TeX eps loader file
fprintf
(
fidTeX
,
'\\begin{figure}[H]\n'
);
...
...
@@ -352,7 +352,7 @@ for plt = 1:nbplt,
axis
tight
drawnow
end
dyn_saveas
(
hh
,[
Model
.
fname
'_param_density'
int2str
(
plt
)
],
DynareOptions
);
dyn_saveas
(
hh
,[
Model
.
fname
'_param_density'
int2str
(
plt
)
],
DynareOptions
.
nodisplay
,
DynareOptions
.
graph_format
);
if
TeX
% TeX eps loader file
fprintf
(
fidTeX
,
'\\begin{figure}[H]\n'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment