MM_IO is a MATLAB library which reads and writes files in the Matrix Market file format.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
HB_IO is a MATLAB library which reads and writes sparse matrices stored in the Harwell-Boeing format.
HB_TO_ST is a FORTRAN77 program which converts the sparse matrix information stored in a Harwell-Boeing file into a sparse triplet file.
MM is a data directory which contains a description and examples of the Matrix Market format for storing matrices.
MM_IO is available in a C version and a FORTRAN90 version and a MATLAB version.
MM_TO_HB is a MATLAB program which reads the sparse matrix information from an MM Matrix Market file and writes a corresponding HB Harwell Boeing file.
MM_TO_MSM is a MATLAB program which reads a Matrix Market file defining a sparse matrix, and creates a corresponding MATLAB sparse matrix data structure.
MM_TO_ST is a MATLAB program which reads the sparse matrix information from an MM Matrix Market file and writes a corresponding ST Sparse Triplet file.
MSM_TO_MM, a MATLAB program which writes a MATLAB sparse matrix to a Matrix Market file;
SPARSE is a built-in MATLAB function which creates and manipulates sparse matrices.
ST_TO_MM, a MATLAB program which converts a sparse matrix file from ST format to MM format (Matrix Market format);
TEST_MAT is a FORTRAN90 library which defines various test matrices.
You can go up one level to the MATLAB source codes.