Hi, in an attempt to export some data to Matlab that's an 'uint64' array, I discovered that apparently all arrays are written out as 'double', thus mangling my data. Is there a way to get the MAT package to respect data types when writing the .mat files? As an aside, I checked that reading back the .mat data in julia is mangled, thus confirming that it's not just Matlab having a fit.
Thanks, Dömötör
