Problem in data to XL file..
1 回表示 (過去 30 日間)
古いコメントを表示
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 ?
0 件のコメント
回答 (1 件)
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
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!