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
1b57cb4a
Commit
1b57cb4a
authored
Dec 09, 2013
by
Stéphane Adjemian
Browse files
Copy the generated time series in Base workspace (extended_path).
parent
ef777de3
Changes
2
Hide whitespace changes
Inline
Side-by-side
matlab/ep/extended_path.m
View file @
1b57cb4a
...
...
@@ -350,4 +350,7 @@ end% (while) loop over t
dyn_waitbar_close
(
hh
);
oo_
.
endo_simul
=
oo_
.
steady_state
;
if
~
nargout
oo_
.
endo_simul
=
[
initial_conditions
,
time_series
];
dyn2vec
;
end
\ No newline at end of file
preprocessor/ComputingTasks.cc
View file @
1b57cb4a
...
...
@@ -2463,8 +2463,8 @@ ExtendedPathStatement::writeOutput(ostream &output, const string &basename) cons
if
(
it
->
first
!=
string
(
"periods"
))
output
<<
"options_."
<<
it
->
first
<<
" = "
<<
it
->
second
<<
";"
<<
endl
;
output
<<
"
oo_.endo_simul = [ oo_.steady_state,
extended_path([], "
<<
options_list
.
num_options
.
find
(
"periods"
)
->
second
<<
")
]
;"
<<
endl
output
<<
"extended_path([], "
<<
options_list
.
num_options
.
find
(
"periods"
)
->
second
<<
");"
<<
endl
<<
"oo_.exo_simul = oo_.ep.shocks;"
<<
endl
;
}
...
...
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