From 9dbe4e941142f66a45f50358283d9272778de30f Mon Sep 17 00:00:00 2001
From: adjemian <adjemian@ac1d8469-bf42-47a9-8791-bf33cf982152>
Date: Mon, 1 Sep 2008 14:45:26 +0000
Subject: [PATCH] Added comments.

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2014 ac1d8469-bf42-47a9-8791-bf33cf982152
---
 matlab/trace_plot.m | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/matlab/trace_plot.m b/matlab/trace_plot.m
index 78216c5c84..38748f41cb 100644
--- a/matlab/trace_plot.m
+++ b/matlab/trace_plot.m
@@ -4,10 +4,16 @@ function trace_plot(options_,M_,estim_params_,type,blck,name1,name2)
 %
 % INPUTS 
 %
-%    name
+%   options_        [structure]    Dynare structure.
+%   M_              [structure]    Dynare structure (related to model definition).
+%   estim_params_   [structure]    Dynare structure (related to estimation).
+%   type            [string]       'DeepParameter', 'MeasurementError' (for measurement equation error) or 'StructuralShock' (for structural shock).
+%   blck            [integer]      Number of the mh chain.
+%   name1           [string]       Object name.
+%   name2           [string]       Object name. 
 %    
 % OUTPUTS 
-%    density            [double]    density 
+%   None
 %        
 % SPECIAL REQUIREMENTS
 
-- 
GitLab