Write data to spreadsheet.?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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?
0 Commenti
Risposta accettata
Jurgen
il 26 Nov 2012
I suppose you could read the old data into MATLAB, concatenate and then overwrite old .xls file? Maybe not the fastest solution...
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Spreadsheets in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!