MATLAB Function Reference Previous page   Next Page
iscell

Determine if input is cell array

Syntax

Description

tf = iscell(A) returns logical 1 (true) if A is a cell array and logical 0 (false) otherwise.

Examples

See Also

cell, iscellstr, isstruct, isnumeric, islogical, isobject, isa, is*


Previous page  isappdata iscellstr Next page

© 1994-2005 The MathWorks, Inc.