From doc save for ascii files: * Each variable must be a two-dimensional double or character array.i.e. cell arrays are not supported.In general, saving a cell array that contains mixed numbers and strings is not particularly simple in MATLAB. Your best best is to store the numbers and strings in separate arrays, and then use save() or dlmwrite() for example.If you want to use a mixed cells arra