How to write data to a specific column of an excel sheet?

14 次查看(过去 30 天)
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

回答(1 个)

Sean de Wolski
Sean de Wolski 2014-12-30
Use the 'Range' option in xlswrite; the fourth input:
doc xlswrite

标签

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by