BUG DESCRIPTION:----------------From the example given in help mtlb_sparse:--> X=sparse(rand(2,2)); Y=mtlb_sparse(X);Undefined variable: mtlb_sparseERROR LOG:----------Undefined variable: mtlb_sparseHOW TO REPRODUCE THE BUG:-------------------------X = sparse(rand(2,2));Y = mtlb_sparse(X);
I was not reporting that mtlb_sparse() should be restored.
I posted this report while i was updating the typeof help page,
and comparing with the "type" page, i saw the "Matlab sparse" type.
So, i am just telling that if mtlb_sparse() is removed,
its documentation should also be removed, and the "type" page
shall be updated.
If the deprecation of this function is intentional and there is no other way to generate a variable of type 7 (Matlab sparse matrix) then this type should be removed.