Insert Values of a Matrix from row 2 using XLSWRITE

조회 수: 4 (최근 30일)
Jack
Jack 2014년 7월 11일
답변: C.J. Harris 2014년 7월 11일
Hi.
I am using LXSWRITE to export values of a matrix to Excel file. Suppose that I have a 5*20 matrix. I want Matlab write this matrix from row 2 (because I have an excel template and I don't want change first row of it in overwriting).
What should I do?
Thanks.

채택된 답변

C.J. Harris
C.J. Harris 2014년 7월 11일
A = ones(5,20);
xlswrite('Workbook.xls',A,'Sheet1','A2')

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