Xlswrite into one column

I have code that loops through the rows in a table and returns a values from them. How would I write each value into a column, with val1 being in row 1, val2 in row 2, etc?

回答 (1 件)

dpb
dpb 2015 年 2 月 3 日

0 投票

Fastest will be to collect the array and do the write in "one swell foop"...
xlswrite('yourExcelFile',val(:))
NB: the (:) ensures the val array is column-oriented.

カテゴリ

ヘルプ センター および File ExchangeTables についてさらに検索

タグ

質問済み:

2015 年 2 月 3 日

回答済み:

dpb
2015 年 2 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by