Fixed bug (vobs member was not updated).

time-shift
Stéphane Adjemian (Scylla) 2013-11-13 11:24:27 +01:00
parent b43bfec85f
commit e0c4c937f3
1 changed files with 5 additions and 0 deletions

View File

@ -67,6 +67,11 @@ for i=1:n
id = id+1;
end
% Update vobs member.
ts.vobs = columns(ts.data);
%@test:1
%$ % Define a datasets.
%$ A = rand(10,3); B = rand(5,2);