フィルターのクリア

How can a save to a NEW excel file

3 ビュー (過去 30 日間)
Emily
Emily 2014 年 8 月 19 日
回答済み: Emily 2014 年 8 月 19 日
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
  1 件のコメント
Emily
Emily 2014 年 8 月 19 日
Should have said I want to save a series of array automatically in the code rather than copying from the workspace to an excel file manually and saving manually etc

サインインしてコメントする。

回答 (2 件)

Iain
Iain 2014 年 8 月 19 日
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.)

Emily
Emily 2014 年 8 月 19 日
Thanks yes had made a typo in the name of the array thanks for your time

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by