JuliaIO / MAT.jl

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

Is there a way to open a .mat file with both read and write access? #109

Open yiminglai opened 5 years ago

yiminglai commented 5 years ago

As in title. I tried to open a mat file to read which existing variables it had and then to add some more, but matopen overwrote it with an empty mat file.