Node:dynasave, Previous:dynatype, Up:Displaying and saving results



dynasave

DYNASAVE (FNAME) [VARLIST];
command
or
DYNASAVE FNAME;

DYNASAVE saves the variables included in VARLIST in a binary file named FNAME. If VARLIST is missing, all endogenous variables are saved.

In Matlab, variables saved with the DYNASAVE command can be retrieved by the MATLAB command LOAD -MAT FNAME.