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
c6602191
Commit
c6602191
authored
Oct 08, 2013
by
Stéphane Adjemian
Browse files
Fixes #493.
parent
90d8efd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/@dynSeries/subsasgn.m
View file @
c6602191
...
...
@@ -142,6 +142,7 @@ switch length(S)
error
(
'
dynSeries
::
subsasgn
:
Dimension
error
!
The
number
of
variables
on
the
left
and
right
hand
side
must
match
.
'
)
end
A
.
data
(
tdx
,
:
)
=
B
.
data
(
tdy
,
:
);
merge_dynSeries_objects
=
0
;
elseif
isnumeric
(
B
)
merge_dynSeries_objects
=
0
;
if
isequal
(
length
(
tdx
),
rows
(
B
))
...
...
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