mtlb_sparse() no longer exists
@sgougeon)
Reported by Samuel GOUGEON (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);