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

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

Reverted Ferhat's commit 23e583f9. The names of the dynSeries variables are stored in a column cell array.
parent 59c80892
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ end ...@@ -45,7 +45,7 @@ end
A = dynSeries(); A = dynSeries();
A.freq = B.freq; 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]; tex = [B.tex; C.tex];
A.tex = tex(IBC); A.tex = tex(IBC);
A.vobs=length(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