isobject
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Example
A = 3;
res = isobject(A)
addpath([modulepath('overload', 'root'), '/examples/complex']);
A = complexObj(1, 2);
res = isobject(A)
🔗 See also
🕔 History
Version
📄 Description
Last updated