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.
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 Exchange 中查找有关 Loops and Conditional Statements 的更多信息

产品

标签

Community Treasure Hunt

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

Start Hunting!

Translated by