How to save a cell matrix of size 500K x 110 in Matlab in an efficient and quickest way (if possible).
It has a combination of strings and numerical data.
Traditional Matlab "save" method is failing most likely because the matrix is too big.
I tried hdf5write but this does not work when the data types are different within the same matrix data.
I also tried the suggestion here but this method slows over time Cannot save really big matrix in Matlab
I also tried these but over time they slow too http://www.mathworks.co.uk/matlabcentral/fileexchange/24483-fast-function-to-save-a-matrix