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
f01b97da
Commit
f01b97da
authored
Nov 26, 2012
by
Stéphane Adjemian
Browse files
Check that freq property is also empty.
parent
7c9ce915
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/@dynDate/isempty.m
View file @
f01b97da
...
...
@@ -50,4 +50,4 @@ if ~isa(a,'dynDate')
error
([
'
dynDate
:
:
isempty
:
Input
argument
'
inputname
(
1
)
'
have
to
be
a
dynDate
object
!
'
])
end
b
=
all
(
isnan
(
a
.
time
));
\ No newline at end of file
b
=
all
(
isnan
(
a
.
time
))
&&
isnan
(
a
.
freq
);
\ No newline at end of file
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