Can xlswrite be used to append information
8 ビュー (過去 30 日間)
古いコメントを表示
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.