Skip to content
Snippets Groups Projects
Commit 97e185bc authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Cosmetic changes in doc header.

parent 8eefb6a7
Branches
Tags
No related merge requests found
function datatomfile (s,var_list, names) function datatomfile (s, var_list, names)
% function datatomfile (s,var_list)
% This optional command saves the simulation results in a text file. The name of each % This 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
% or STOCH_SIMUL commands.
% %
% INPUTS % INPUTS
% s: data file name % - s: data file name
% var_list: vector of selected endogenous variables % - var_list: vector of selected endogenous variables
% names: vector of strings (alternative names for the endogenous variables in the data file) % - names: vector of strings (alternative names for the endogenous variables in the data file)
% %
% OUTPUTS % OUTPUTS
% none % none
% %
% SPECIAL REQUIREMENTS % REMARKS
% none % Only the first argument is mandatory. If only one input argument is
% provided, all the variables as defined in M_.endo_names will be saved in
% the generated m file.
% Copyright (C) 2001-2016 Dynare Team % Copyright (C) 2001-2017 Dynare Team
% %
% This file is part of Dynare. % This file is part of Dynare.
% %
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment