Does anyone have experience transferring data from a
Matlab data file to a HDP-friendly format, such as .csv? There’s Matlab
functions to translate .mat files to .csv ones (csvwrite/dlmwrite), but the
file I’m working with is much too big to handle in Matlab. What else can I use?