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 Exchange에서 Programming에 대해 자세히 알아보기

제품

태그

질문:

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