MATLAB: Write data to spreadsheet.

xlswrite

I have written some data to the spreadsheet using xlswrite function. But when i run the code next time I want to append the data to the existing data in the same file. How this is possible?

Best Answer

I suppose you could read the old data into MATLAB, concatenate and then overwrite old .xls file? Maybe not the fastest solution...