how to write on to particular column in excel, starting from particular row

조회 수: 9 (최근 30일)
I have one column of processed data, i want to write that it in to 5th column of excel starting from row 3.
xlswrite('exp2.xlsx',transpose(duration));
Attached is the excel.

채택된 답변

dpb
dpb 2018년 8월 22일
xlswrite('exp2.xlsx',transpose(duration),1,'E3');

추가 답변 (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