speye
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Example
🔗 See also
🕔 History
Version
📄 Description
Last updated
Last updated
tic();S = speye(5000, 5000);toc()
tic();S = sparse(eye(5000, 5000));toc()