diff --git a/matlab/update_last_mh_history_file.m b/matlab/update_last_mh_history_file.m index 014e686a6..d0c4e9ca5 100644 --- a/matlab/update_last_mh_history_file.m +++ b/matlab/update_last_mh_history_file.m @@ -1,6 +1,13 @@ function update_last_mh_history_file(MetropolisFolder, ModelName, record) +% function update_last_mh_history_file(MetropolisFolder, ModelName, record) +% Updates the mh_history_file +% Inputs: +% MetropolisFolder [char] Name of the metropolis subfolder +% ModelName [char] Name of the mod-file +% record [structure] structure storing the MH history +% Outputs: none -% Copyright (C) 2013 Dynare Team +% Copyright (C) 2013-2015 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/write_mh_history_file.m b/matlab/write_mh_history_file.m index 9fe85ab92..00984c26c 100644 --- a/matlab/write_mh_history_file.m +++ b/matlab/write_mh_history_file.m @@ -1,6 +1,14 @@ function i = write_mh_history_file(MetropolisFolder, ModelName, record) +% function i = write_mh_history_file(MetropolisFolder, ModelName, record) +% Writes a mh_history_file to the harddisk +% Inputs: +% MetropolisFolder [char] Name of the metropolis subfolder +% ModelName [char] Name of the mod-file +% record [structure] structure storing the MH history +% Outputs: +% i [scalar] number of the mh_history file -% Copyright (C) 2013 Dynare Team +% Copyright (C) 2013-2015 Dynare Team % % This file is part of Dynare. %