JuliaIO / MAT.jl

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

Arrays created with matwrite don't have the right size in Matlab #116

Open galenlynch opened 5 years ago

galenlynch commented 5 years ago

If I create and array in Julia and save it to a .mat file using MAT.jl, the apparent size of the array in Matlab's file summary pane will be inaccurate. Instead of showing the correct size, it appears as a 1x1 double. However, once the array is loaded, it will be the right size.