diff --git a/matlab/@dynSeries/display.m b/matlab/@dynSeries/display.m index ce7cb9325..155755ed3 100644 --- a/matlab/@dynSeries/display.m +++ b/matlab/@dynSeries/display.m @@ -17,7 +17,7 @@ function display(A) %! None %! @end deftypefn %@eod: - + vspace = ' '; TABLE = ' '; @@ -50,10 +50,10 @@ else for t=1:10 tmp = char(tmp,num2str(A.data(t,i))); end - tmp = char(tmp,vspace) + tmp = char(tmp,vspace); for t=A.nobs-10:A.nobs tmp = char(tmp,num2str(A.data(t,i))); - end + end TABLE = horzcat(TABLE, tmp); end end