Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
02d1e8d3
Commit
02d1e8d3
authored
1 year ago
by
Johannes Pfeifer
Browse files
Options
Downloads
Patches
Plain Diff
forecast_graphs.m: fix wrong naming
Also removes eval
parent
7bf0395a
No related branches found
No related tags found
1 merge request
!2259
forecast_graphs.m: fix identical naming
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/forecast_graphs.m
+2
-2
2 additions, 2 deletions
matlab/forecast_graphs.m
with
2 additions
and
2 deletions
matlab/forecast_graphs.m
+
2
−
2
View file @
02d1e8d3
...
...
@@ -76,7 +76,7 @@ for j= 1:nvar
fprintf
(
fidTeX
,
' \n'
);
end
n_fig
=
n_fig
+
1
;
eval
([
'
hh_fig=dyn_figure(options_.nodisplay,
'
'
Name
'
'
,
'
'
Forecasts ('
int2str
(
n_fig
)
')
'
'
);'
]);
hh_fig
=
dyn_figure
(
options_
.
nodisplay
,
'Name'
,[
'Forecasts ('
int2str
(
n_fig
)
')'
]);
m
=
1
;
end
subplot
(
nr
,
nc
,
m
);
...
...
@@ -138,7 +138,7 @@ if isfield(oo_.forecast,'HPDinf_ME')
fprintf
(
fidTeX
,
' \n'
);
end
n_fig
=
n_fig
+
1
;
eval
([
'
hh_fig=dyn_figure(options_.nodisplay,
'
'
Name
'
'
,
'
'
Forecasts ('
int2str
(
n_fig
)
')
'
'
);'
]);
hh_fig
=
dyn_figure
(
options_
.
nodisplay
,
'Name'
,[
'Forecasts
including ME
('
int2str
(
n_fig
)
')'
]);
m
=
1
;
end
subplot
(
nr
,
nc
,
m
);
...
...
This diff is collapsed.
Click to expand it.
Johannes Pfeifer
@JohannesPfeifer
mentioned in commit
4e125d64
·
1 year ago
mentioned in commit
4e125d64
mentioned in commit 4e125d6432bf19f58014a8e87b7046bbc9131ce2
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment