이전 댓글 표시
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
2011년 9월 8일
Without additional details I can only say: use xlsread.
Walter Roberson
2011년 9월 8일
xlswrite() would seem more suitable.
답변 (1개)
ANKUR KUMAR
2017년 12월 2일
Suppose, you are storing a result in A. So, you can use
xlswrite('my_excel_sheet.xlsx',A,'sheet_name','A1')
카테고리
도움말 센터 및 File Exchange에서 Programming에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!