MATLAB Function Reference Previous page   Next Page
isempty

Determine if array is empty

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

is*


Previous page  isdir isequal Next page

© 1994-2005 The MathWorks, Inc.