Skip to Main Content Skip to Search
Product Documentation

iscell - Determine whether input is cell array

Syntax

tf = iscell(A)

Description

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

Examples

A{1,1} = [1 4 3; 0 5 8; 7 2 9];
A{1,2} = 'Anne Smith';
A{2,1} = 3+7i;
A{2,2} = -pi:pi/10:pi;

iscell(A)

ans =

     1

See Also

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

  


Free MATLAB Interactive Kit

Explore how to use MATLAB to make advancements in engineering and science.


Download free kit

Trials Available

Try the latest version of MATLAB and other MathWorks products.


Get trial software
 © 1984-2012- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS