v4: datatomfile.m: header correction

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1718 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2008-02-20 19:45:34 +00:00
parent d54aed35ce
commit 97da74a135
1 changed files with 2 additions and 3 deletions

View File

@ -3,10 +3,9 @@ function datatomfile (s,var_list)
% function datatomfile (s,var_list) % function datatomfile (s,var_list)
% This optional command saves the simulation results in a text file. The name of each % This optional command saves the simulation results in a text file. The name of each
% variable preceeds the corresponding results. This command must follow SIMUL. % variable preceeds the corresponding results. This command must follow SIMUL.
% DYNATYPE : DYNATYPE ( [ 'filename' ] ) %
%
% INPUTS % INPUTS
% s: matrix of endogenous variables values % s: data file name
% var_list: vector of selected endogenous variables % var_list: vector of selected endogenous variables
% %
% OUTPUTS % OUTPUTS