a variable
a logical: true or false
A = 3; res = iscell(A)
B = {'NelSon', 3, true}; res = iscell(B)
class, isstruct.
Allan CORNET