HB_TO_MM is a MATLAB program 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 writes a corresponding Matrix Market sparse matrix file.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
HB, a dataset directory which contains a collection of sparse matrices in the HB format.
HB_IO, a MATLAB library which reads and writes Harwell-Boeing files, used by HB_TO_MSM.
HB_TO_MSM, a MATLAB program which converts a sparse matrix stored in a Harwell Boeing file to MATLAB sparse matrix format;
HB_TO_ST, a MATLAB program which converts a sparse matrix from Harwell-Boeing to sparse triplet format.
HBSMC, a dataset directory which contains the Harwell Boeing Sparse Matrix Collection;
MM, a data directory which contains a description and examples of the Matrix Market format for storing matrices.
MM_IO, a MATLAB library which reads and writes sparse linear systems stored in the Matrix Market format.
MM_TO_HB, a MATLAB program which reads the sparse matrix information from an MM Matrix Market file and writes a corresponding HB Harwell Boeing file.
You can go up one level to the MATLAB source codes.