iscell
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Examples
A = 3;
res = iscell(A)B = {'NelSon', 3, true};
res = iscell(B)🔗 See also
🕔 History
Version
📄 Description
Last updated