From 6c3ea44eac458325542a7e472fc29a2419d85146 Mon Sep 17 00:00:00 2001 From: assia <assia@ac1d8469-bf42-47a9-8791-bf33cf982152> Date: Mon, 28 Jan 2008 15:42:09 +0000 Subject: [PATCH] header updated git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1656 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/ReshapeMatFiles.m | 38 +++++++++++++++++++++++++++++++------- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/matlab/ReshapeMatFiles.m b/matlab/ReshapeMatFiles.m index 05b576723e..bfa5834307 100644 --- a/matlab/ReshapeMatFiles.m +++ b/matlab/ReshapeMatFiles.m @@ -1,11 +1,35 @@ function ReshapeMatFiles(type, type2) - % Reshape and sort (along the mcmc simulations) the mat files generated - % by DYNARE. - % - % 4D-arrays are splitted along the first dimension. - % 3D-arrays are splitted along the second dimension. - % - % + +% function ReshapeMatFiles(type, type2) +% Reshapes and sorts (along the mcmc simulations) the mat files generated by DYNARE. +% 4D-arrays are splitted along the first dimension. +% 3D-arrays are splitted along the second dimension. +% +% INPUTS: +% type: statistics type in the repertory: +% dgse +% irf_bvardsge +% smooth +% filter +% error +% innov +% forcst +% forcst1 +% type2: analysis type: +% posterior +% gsa +% prior +% +% OUTPUTS: +% none +% +% SPECIAL REQUIREMENTS +% none +% +% part of DYNARE, copyright Dynare Team (2003-2007) +% Gnu Public License. + + global M_ options_ if nargin==1, -- GitLab