Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
tankersley
Posted - Feb 20 2006 : 11:56:56 AM 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?
Thanks. dharol
1 L A T E S T R E P L I E S (Newest First)
josh.bizzell
Posted - Feb 20 2006 : 12:01:48 PM 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);