필터 지우기
필터 지우기

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 CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by