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
2fb18bba
Verified
Commit
2fb18bba
authored
Jan 20, 2020
by
Sébastien Villemot
Browse files
Manual: FILENAME need not always be a quoted string (in a Dynare context)
Ref. !1692
parent
4ff0b66a
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/manual/source/the-model-file.rst
View file @
2fb18bba
...
...
@@ -10492,13 +10492,13 @@ Dynare has comments to plot the results of a simulation and to save the results.
..
command
::
dynatype
(
FILENAME
)
[
VARIABLE_NAME
...];
|
br
|
This
command
prints
the
listed
endogenous
or
exogenous
variables
in
a
text
file
named
FILENAME
,
where
FILENAME
is
a
quoted
string
.
If
no
VARIABLE_NAME
is
listed
,
all
endogenous
variables
FILENAME
.
If
no
VARIABLE_NAME
is
listed
,
all
endogenous
variables
are
printed
.
..
command
::
dynasave
(
FILENAME
)
[
VARIABLE_NAME
...];
|
br
|
This
command
saves
the
listed
endogenous
or
exogenous
variables
in
a
binary
file
named
FILENAME
,
where
FILENAME
is
a
quoted
string
.
If
no
VARIABLE_NAME
is
listed
,
all
endogenous
named
FILENAME
.
If
no
VARIABLE_NAME
is
listed
,
all
endogenous
variables
are
saved
.
In
MATLAB
or
Octave
,
variables
saved
with
the
``
dynasave
``
command
...
...
Write
Preview
Markdown
is supported
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