Hi,I am writing a loop and want the result of each iteration of the loop collected in a data sheet.Could you advise how please ? Thanks
Liam

2 件のコメント

Oleg Komarov
Oleg Komarov 2011 年 9 月 8 日
Without additional details I can only say: use xlsread.
Walter Roberson
Walter Roberson 2011 年 9 月 8 日
xlswrite() would seem more suitable.

サインインしてコメントする。

回答 (1 件)

ANKUR KUMAR
ANKUR KUMAR 2017 年 12 月 2 日

1 投票

Suppose, you are storing a result in A. So, you can use
xlswrite('my_excel_sheet.xlsx',A,'sheet_name','A1')

カテゴリ

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

製品

タグ

質問済み:

2011 年 9 月 8 日

回答済み:

2017 年 12 月 2 日

Community Treasure Hunt

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

Start Hunting!

Translated by