Can xlswrite be used to append information

9 ビュー (過去 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 Center および File ExchangeSpreadsheets についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by