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

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by