Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dynare
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
Dynare/dynare#1691
parent
e2f91abc
Changes
1
Show 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