From 125f61e4c5135a8c2e6819e24ec221d60ad3e20a Mon Sep 17 00:00:00 2001 From: assia Date: Thu, 17 Jan 2008 16:00:51 +0000 Subject: [PATCH] header updated git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1610 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/save_results.m | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/matlab/save_results.m b/matlab/save_results.m index 5317ed8d5..473bc16e4 100644 --- a/matlab/save_results.m +++ b/matlab/save_results.m @@ -1,19 +1,22 @@ function save_results(x,s_name,names) + % function save_results(x,s_name,names) % save results in appropriate structure +% % INPUT % x: matrix to be saved column by column % s_name: name of the structure where to save the results % names: names of the individual series +% % OUTPUT % none -% ALGORITHM -% none +% % SPECIAL REQUIREMENT % none % -% part of DYNARE, copyright S. Adjemian, M. Juillard (2006) +% part of DYNARE, copyright Dynare Team (2006-2008) % Gnu Public License. + global oo_ for i=1:size(x,2)