フィルターのクリア

Insert Values of a Matrix from row 2 using XLSWRITE

1 回表示 (過去 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 Center および File ExchangeSpreadsheets についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by