필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Saving output in a folder in the system.

조회 수: 2 (최근 30일)
ck
ck 2016년 6월 29일
마감: MATLAB Answer Bot 2021년 8월 20일
I am trying to open data files , for which the output files open in excel sheets with values in rows and columns . I want to save these outputs in a separate folder on my system. I have tried using "xlswrite" command . But each time this is taking around 4 seconds for one call , and I would have to read 1000 files at a go, this would take 4000secs at least which is not at all feasible .
Is there any other function I can use? or any other way to save an excel file ?
Thank you

답변 (1개)

Walter Roberson
Walter Roberson 2016년 6월 29일
If you are using a version before R2016a then look in the File Exchange for xlswrite1()
If you are using R2016a then it already incorporates the key ideas of xlswrite1() so xlswrite1() might not help.

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by