Fixed bug. Missing definition of time member in @dynSeries/merge method.

time-shift
Stéphane Adjemian (Charybdis) 2013-03-25 07:41:50 +01:00
parent 67199aab9f
commit 12517aa9f4
1 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,8 @@ else
A.init = B.init;
end
A.time = A.init:A.init+A.nobs;
%@test:1
%$ % Define a datasets.
%$ A = rand(10,2); B = randn(10,1);