gusucode.com > datatypes 工具箱matlab源码程序 > datatypes/iscell.m

    %ISCELL True for cell array.
%   ISCELL(C) returns logical 1 (true) if C is a cell array
%   and logical 0 (false) otherwise.
%
%   See also CELL, PAREN, ISSTRUCT, ISNUMERIC, ISOBJECT, ISLOGICAL.

%   Copyright 1984-2013 The MathWorks, Inc.