How start writing in excel sheet from Row n 10 with xlswrite

HI guys
I need to write my results on an excelsheet using xlswrite.
Here's my command:
xlswrite('marketdynamicsprofits.xlsx',[highMEANhpr1,lowMEANhpr1,MEANhpr1,highMEANhpr2],'Foglio1');
this writes the specified matrix in ROW 1 in my excel sheet 'Foglio1'.
I need that in row n° 10, for instance. Any suggestions?
Thanxxx

回答 (1 件)

Dishant Arora
Dishant Arora 2014 年 3 月 8 日

0 投票

xlswrite(filename, data, 1, 'N10') % this will write data in sheet1 starting from cell N10

タグ

質問済み:

2014 年 3 月 8 日

回答済み:

2014 年 3 月 8 日

Community Treasure Hunt

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

Start Hunting!

Translated by