Save variable data without overwrite in excel
Afficher commentaires plus anciens
Hi there,i'm newbie here.I have problem to save my variables data in excel where the new data overwrite the existing data.The new data should be added to existing data and not overwrite.Here is my code:
T = table(k,l,m,n,o);%k,l,m,n,n,o is the variables
filename = 'filename.xlsx';
writetable(T,filename,'Sheet',1,'Range','A1');
Thanks guys.
Réponses (1)
Abhishek Pandey
le 17 Juil 2015
0 votes
Hello Muhamad,
You can check out this link. I believe a similar question has been answered here.
Thanks,
Abhishek
1 commentaire
muhamad idris
le 18 Juil 2015
Catégories
En savoir plus sur Data Import from MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!