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