issparse
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Examples
A = 1;
res = issparse(A)B = sparse(1);
res = issparse(B)🔗 See also
🕔 History
Version
📄 Description
Last updated