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
Dóra Kocsis
dynare
Commits
af2909a3
Commit
af2909a3
authored
Dec 06, 2013
by
Sébastien Villemot
Browse files
Merge pull request #551 from JohannesPfeifer/master
Harmonize plotting of IRFS
parents
85f00188
c9ebe21f
Changes
1
Show whitespace changes
Inline
Side-by-side
matlab/stoch_simul.m
View file @
af2909a3
...
...
@@ -198,7 +198,7 @@ if options_.irf
y
(
i_var
(
j
),:)
'
);
eval
([
'oo_.irfs.'
deblank
(
M_
.
endo_names
(
i_var
(
j
),:))
'_'
...
deblank
(
M_
.
exo_names
(
i
,:))
' = y(i_var(j),:);'
]);
if
max
(
y
(
i_var
(
j
),:))
-
min
(
y
(
i_var
(
j
),:))
>
options_
.
impulse_responses
.
plot_threshold
if
max
(
abs
(
y
(
i_var
(
j
),:))
)
>
options_
.
impulse_responses
.
plot_threshold
irfs
=
cat
(
1
,
irfs
,
y
(
i_var
(
j
),:));
if
isempty
(
mylist
)
mylist
=
deblank
(
var_list
(
j
,:));
...
...
Write
Preview
Supports
Markdown
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