JuliaIO / MAT.jl

Julia module for reading MATLAB files
MIT License
279 stars 71 forks source link

Read MATLAB sparse matrices out of hdf5 files #14

Closed rsofaer closed 11 years ago

rsofaer commented 11 years ago

Here is some basic sparse matrix support. It reads my 264346x264346 matrix with 730k non zero values fine.

rsofaer commented 11 years ago

I've pushed a new version, but I added a dict of matlab string to eltype. If you don't want that I can just put Float64.

simonster commented 11 years ago

Looks good! Thanks!