How to write data to a specific column of an excel sheet?
Mostrar comentarios más antiguos
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
Respuestas (1)
Sean de Wolski
el 30 de Dic. de 2014
Use the 'Range' option in xlswrite; the fourth input:
doc xlswrite
1 comentario
Vighneswara Siva Santosh Kumar Kondeti
el 30 de Dic. de 2014
Categorías
Más información sobre Spreadsheets en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!