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 FILENAME
. 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
.