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
Marco Ratto
dynare
Commits
0df38369
Verified
Commit
0df38369
authored
May 20, 2022
by
Stéphane Adjemian
Browse files
Fix typo.
parent
5138d41a
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/simul_static_model.m
View file @
0df38369
...
...
@@ -83,7 +83,7 @@ else
oo_
.
exo_simul
=
Innovations
;
end
staticmodel
=
str2fun
(
sprintf
(
'%s.static'
,
M_
.
fname
));
staticmodel
=
str2fun
c
(
sprintf
(
'%s.static'
,
M_
.
fname
));
% Simulations (call a Newton-like algorithm for each period).
for
t
=
1
:
samplesize
...
...
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