Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Ratto
dynare
Commits
aa610f9f
Commit
aa610f9f
authored
Jan 06, 2020
by
Johannes Pfeifer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Expand documentation of dynasave
Closes
#1691
parent
e2f91abc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
doc/manual/source/the-model-file.rst
doc/manual/source/the-model-file.rst
+6
-6
No files found.
doc/manual/source/the-model-file.rst
View file @
aa610f9f
...
...
@@ -10425,20 +10425,20 @@ 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
variables
in
a
text
file
named
FILENAME
.
If
no
VARIABLE_NAME
is
listed
,
all
endogenous
variables
|
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
are
printed
.
..
command
::
dynasave
(
FILENAME
)
[
VARIABLE_NAME
...];
|
br
|
This
command
saves
the
listed
variables
in
a
binary
file
named
FILENAME
.
If
no
VARIABLE_NAME
are
listed
,
all
endogenous
|
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
variables
are
saved
.
In
MATLAB
or
Octave
,
variables
saved
with
the
``
dynasave
command
``
In
MATLAB
or
Octave
,
variables
saved
with
the
``
dynasave
``
command
can
be
retrieved
by
the
command
::
load
-
mat
FILENAME
load
(
FILENAME
,
'-mat'
)
..
_macro
-
proc
-
lang
:
...
...
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