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
6d7a9d6f
Commit
6d7a9d6f
authored
Mar 20, 2013
by
Stéphane Adjemian
Browse files
Fixed bug.
parent
54ad6724
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/@dynDates/display.m
View file @
6d7a9d6f
...
...
@@ -23,9 +23,9 @@ first_displayed = 2;
fprintf
(
'%s = <dynDates: '
,
inputname
(
1
));
if
dd
.
ndat
<=
max_displayed
for
i
=
1
:
ndat
for
i
=
1
:
dd
.
ndat
fprintf
(
format
(
dynDate
(
dd
.
time
(
i
,:),
dd
.
freq
)))
if
i
<
ndat
if
i
<
dd
.
ndat
fprintf
(
', '
)
else
fprintf
(
'>\n'
)
...
...
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