isstring
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Examples
A = 3;
res = isstring(A)B = "NelSon";
res = isstring(B)🔗 See also
🕔 History
Version
📄 Description
Last updated