How to write data to a specific column of an excel sheet?
Ältere Kommentare anzeigen
Hi,
I am able to export data to an excel sheet by using xlswrite(filename, array, sheet name). How to export different arrays to the same excel sheet on different columns?
Thanks, Santosh
Antworten (1)
Sean de Wolski
am 30 Dez. 2014
Use the 'Range' option in xlswrite; the fourth input:
doc xlswrite
Kategorien
Mehr zu Spreadsheets finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!