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!