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
a6a10055
Commit
a6a10055
authored
Nov 29, 2013
by
Stéphane Adjemian
Browse files
Fixed bug (problem with dates selection in @dseries::subsref).
parent
e1bff2c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/@dseries/subsref.m
View file @
a6a10055
...
...
@@ -227,7 +227,7 @@ switch S(1).type
B
.
nobs
=
size
(
B
.
data
,
1
);
B
.
vobs
=
A
.
vobs
;
B
.
freq
=
A
.
freq
;
B
.
dates
=
builtin
(
'
subsref
'
,
A
.
dates
,
S
(
1
));
B
.
dates
=
A
.
dates
(
S
(
1
)
.
subs
{
1
}
);
B
.
init
=
B
.
dates
(
1
);
B
.
name
=
A
.
name
;
B
.
tex
=
A
.
tex
;
...
...
Write
Preview
Supports
Markdown
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