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
Johannes Pfeifer
dynare
Commits
a0d02706
Commit
a0d02706
authored
Feb 16, 2021
by
Johannes Pfeifer
Browse files
smoother2histval.m: suppress output
[skip CI]
parent
5485597a
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/smoother2histval.m
View file @
a0d02706
...
...
@@ -171,7 +171,7 @@ end
% Handle all endogenous variables to be copied
data
=
zeros
(
M_
.
orig_maximum_endo_lag
,
length
(
invars
));
k
=
M_
.
orig_maximum_endo_lag
-
M_
.
maximum_endo_lag
+
1
:
M_
.
orig_maximum_lag
k
=
M_
.
orig_maximum_endo_lag
-
M_
.
maximum_endo_lag
+
1
:
M_
.
orig_maximum_lag
;
for
i
=
1
:
length
(
invars
)
if
isempty
(
strmatch
(
invars
{
i
},
M_
.
endo_names
,
'exact'
))
% Skip exogenous
...
...
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