Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
a190f3f7
Commit
a190f3f7
authored
Jun 13, 2013
by
Ferhat Mihoubi
Committed by
Stéphane Adjemian
Jun 17, 2013
Browse files
The names of the dynSeries are stored in a row vector not in a column vector
parent
b8c7f78b
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/@dynSeries/merge.m
View file @
a190f3f7
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment