필터 지우기
필터 지우기

Converting .mat files to .xls

조회 수: 1 (최근 30일)
John
John 2012년 3월 12일
Hello,
I'm trying to load 1000 .mat files with file names cycle1.mat cycle 2.mat...cycle1000.mat and save them as excel files with the same name.
Would somebody be able to advise me on who to do it? I've no programming experience but keen to learn.
This is what I have got so far
for ii = 1:1000
C{ii} = importdata(['cycle' num2str(ii) '.mat']) ;
save
end

답변 (0개)

카테고리

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