dynasave
dynasave — save simulated variables in a binary file
Synopsis
dynasave
(FILENAME
) [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
.