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?
No products are associated with this question.
I suppose you could read the old data into MATLAB, concatenate and then overwrite old .xls file? Maybe not the fastest solution...
when overwriting, the data will be stored in the old cell only how to write in the next cell?
0 Comments