How can a save to a NEW excel file
显示 更早的评论
Is there a way to save an array to a new excel file as opposed to pre-existing excel file as with xlswrite (if I have understood!) Thanks
回答(2 个)
Iain
2014-8-19
0 个投票
xlswrite will generate new files if the filename you give it doesn't already exist.
delete(filename) will delete an existing file (assuming it isn't open etc.)
类别
在 帮助中心 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!