JuliaIO / MAT.jl

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

saving an array of strings #28

Closed mlubin closed 10 years ago

mlubin commented 10 years ago

Currently if you write an array of ASCIIStrings to a mat file, on the matlab side it will appear as a cell array where each entry is a numeric vector. Could these be made proper matlab strings?