JuliaIO / MAT.jl

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

Read mat file from memory #96

Open jebej opened 5 years ago

jebej commented 5 years ago

Would it be possible to read a mat file that has already been loaded in memory and in stored as a UInt8 array (without having to write the data to disk first)?