Skip to content

mtlb_sparse() no longer exists

Reported by Samuel GOUGEON (@sgougeon)

BUG DESCRIPTION:
----------------
From the example given in help mtlb_sparse:

--> X=sparse(rand(2,2)); Y=mtlb_sparse(X);

Undefined variable: mtlb_sparse


ERROR LOG:
----------
Undefined variable: mtlb_sparse


HOW TO REPRODUCE THE BUG:
-------------------------
X = sparse(rand(2,2));
Y = mtlb_sparse(X);