Problem in data to XL file..

2 次查看(过去 30 天)
Pramod Bhat
Pramod Bhat 2011-8-20
Hai, how to append the present data to the last data ? i mean, i want to append some data to the previously created file. i don want to delete the already created data. how can i do that ?

回答(1 个)

Praneeth Namburi
Praneeth Namburi 2011-8-20
If you know where exactly to append the data in your sheet, then use xlwrite by specifying the sheet and range options? xlswrite(filename, M, sheet, range)?
If you're not sure where exactly to append the data, then first load the data using xlsread, then append your data in matlab and save the file again using xlswrite?
Hope this helps :)
- Praneeth
  1 个评论
Pramod Bhat
Pramod Bhat 2011-8-20
k....i tried...but the data is saved i diffrent pages...i want it to be saved in the same page..

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 View and Analyze Simulation Results 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by