**MATLAB input** speye(n,m) **Expected Julia output** `using SparseArrays; SparseArrays.sparse(I, n, m)` **Comments, suggestions, and other helpful details** See: https://docs.julialang.org/en/v1/stdlib/SparseArrays/
MATLAB input
speye(n,m)
Expected Julia output
using SparseArrays; SparseArrays.sparse(I, n, m)Comments, suggestions, and other helpful details
See: https://docs.julialang.org/en/v1/stdlib/SparseArrays/