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
b8803c14
Commit
b8803c14
authored
Nov 12, 2012
by
Stéphane Adjemian
Browse files
Added unitary test for dynSeries class.
parent
ddddb5ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/@dynSeries/dynSeries.m
View file @
b8803c14
...
...
@@ -166,6 +166,18 @@ end
%
@test
:
1
%
$
%
Test
if
we
can
instantiate
an
empty
dynSeries
object
.
%
$
try
%
$
ts
=
dynSeries
();
%
$
t
(
1
)
=
1
;
%
$
catch
%
$
t
(
1
)
=
0
;
%
$
end
%
$
disp
(
'
coucou
'
)
%
$
T
=
all
(
t
);
%
@eof
:
1
%
@test
:
2
%
$
addpath
..
/
matlab
%
$
%
Define
a
data
set
.
%
$
A
=
transpose
(
1
:
10
);
...
...
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