Reverted Ferhat's commit 23e583f95c0a5631c943c44f9116f20b91c0fb0a. The names of the dynSeries variables are stored in a column cell array.

time-shift
Stéphane Adjemian (Charybdis) 2013-06-17 17:50:37 +02:00
parent 59c8089214
commit ff48ac617d
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ end
A = dynSeries();
A.freq = B.freq;
[A.name, IBC, junk] = unique([B.name C.name], 'last');
[A.name, IBC, junk] = unique([B.name; C.name], 'last');
tex = [B.tex; C.tex];
A.tex = tex(IBC);
A.vobs=length(IBC);