loop

4 Ansichten (letzte 30 Tage)
Liam Mescall
Liam Mescall am 8 Sep. 2011
Beantwortet: ANKUR KUMAR am 2 Dez. 2017
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 Kommentare
Oleg Komarov
Oleg Komarov am 8 Sep. 2011
Without additional details I can only say: use xlsread.
Walter Roberson
Walter Roberson am 8 Sep. 2011
xlswrite() would seem more suitable.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

ANKUR KUMAR
ANKUR KUMAR am 2 Dez. 2017
Suppose, you are storing a result in A. So, you can use
xlswrite('my_excel_sheet.xlsx',A,'sheet_name','A1')

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by