I'm trying to write data to a file from a matlab script. The data is in cell array format. DO I need to convert the data to another format in order to write it to a .txt or .xls file?
Dharol, Depending on the format of the cell array, the BIAC Matlab function "toExcel" may be able to export your data as is. Just try: >> toExcel(cellArrayName);