Can xlswrite be used to append information

조회 수: 10 (최근 30일)
Daelyn Greene
Daelyn Greene 2019년 1월 22일
댓글: Daelyn Greene 2019년 1월 22일
Wanting to write data to excel into a file that will be used over multiple iterations of code. Is there a way to use append to get the data to go into the excel file automatically so that the row numbers in the matlab code don't have to be changed? I'm writing this for people who have no clue how to use matlab, so it needs to be automated somehow, I'm just not sure how.

채택된 답변

Jan
Jan 2019년 1월 22일
편집: Jan 2019년 1월 22일
You can import the data from te existing Excel file, determine the size, and insert the new data at the required location. You find some tools in the File Exchange to convert the index to the Excel range like "A2".
  댓글 수: 1
Daelyn Greene
Daelyn Greene 2019년 1월 22일
Huh. That is a really good idea. Didn’t think of doing it that way. Thanks for the help!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by