HB_TO_MSM is a MATLAB routine which accepts the name of a file containing a sparse matrix in the Harwell Boeing Sparse Matrix File Format, and which reads that data and returns it in MATLAB sparse matrix format.
HB is a dataset directory which contains a collection of sparse matrices in the HB format.
HB_IO is a MATLAB library of routines for reading and writing Harwell-Boeing files, used by HB_TO_MSM.
HB_TO_ST is an executable FORTRAN77 program which converts the sparse matrix information stored in a Harwell-Boeing file into a sparse triplet file.
MSM_TO_HB is a MATLAB program which converts a MATLAB sparse matrix into a Harwell-Boeing file.
SPARSE is a MATLAB routine for creating and manipulating sparse matrices.
TEMPLATES is a library of MATLAB routines for iterative solution of linear systems. It includes a routine mm_to_msm which can read a Matrix Market file and store it as a MATLAB sparse matrix.
You can go up one level to the MATLAB source codes.