iscell

Type: External

Group: general

Syntax

answer = iscell(value)

Description

Returns 1 if the first operand is a cell array, else it returns 0.

Examples

a={4,5,'barfoo'}
iscell(a)=1 
iscell('hello')=0 
iscell([5,6,7])=0

See Also

ismatrix, isnumeric