Skip to content
Snippets Groups Projects
Commit 23e583f9 authored by Ferhat Mihoubi's avatar Ferhat Mihoubi
Browse files

The names of the dynSeries are stored in a row vector not in a column vector

parent fd926462
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