Skip to content
Snippets Groups Projects
Commit ff48ac61 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Reverted Ferhat's commit 23e583f95c0a5631c943c44f9116f20b91c0fb0a. The names...

Reverted Ferhat's commit 23e583f95c0a5631c943c44f9116f20b91c0fb0a. The names of the dynSeries variables are stored in a column cell array.
parent 59c80892
Branches
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment