MATLAB Function Reference |
Syntax
Description
tf = isempty(A)
returns logical true (1
) if A
is an empty array and logical false (0
) otherwise. An empty array has at least one dimension of size zero, for example, 0-by-0 or 0-by-5.
Examples
See Also
isdir | isequal |
© 1994-2005 The MathWorks, Inc.