| Contents | Index |
tf = iscell(A) returns logical 1 (true) if A is a cell array and logical 0 (false) otherwise.
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 =
1cell | is* | isa | iscellstr | islogical | isnumeric | isobject | isstruct

Explore how to use MATLAB to make advancements in engineering and science.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |