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 Commenti

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

Accedi per commentare.

Risposte (1)

ANKUR KUMAR
ANKUR KUMAR il 2 Dic 2017

1 voto

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

Categorie

Scopri di più su Programming in Centro assistenza e File Exchange

Prodotti

Tag

Richiesto:

il 8 Set 2011

Risposto:

il 2 Dic 2017

Community Treasure Hunt

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

Start Hunting!

Translated by