How to write row_headers into Excel Spreadsheet.

조회 수: 1 (최근 30일)
Rui Zhang
Rui Zhang 2019년 11월 7일
If I have a column array row_header = {'me'; 'you'; 'It'}, I want to write the three into 3 column cells (not in a row). How can I do it?
It looks like the following code doesnt work:
xlswrite('myFile', row_header,1,'A1');
Its wrote the three words in a row, not in a column.

답변 (0개)

카테고리

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