dynasave
dynasave — save simulated variables in a binary file
Synopsis
dynasave
[
(FILENAME
)
]
VARIABLE_NAME
[
VARIABLE_NAME
...] ;
Description
DYNASAVE saves the listed variables in a binary file named FNAME
. If no VARIABLE_NAME
are listed, all endogenous variables are saved.
In Matlab, variables saved with the DYNASAVE command can be retrieved by the Matlab command LOAD -MAT FILENAME
.