필터 지우기
필터 지우기

Info

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

how to import date of 50*3 in to excel sheet of multiple text files

조회 수: 1 (최근 30일)
KALYAN KUMAR
KALYAN KUMAR 2014년 11월 11일
마감: MATLAB Answer Bot 2021년 8월 20일
As i have more than 100 files i need to copy data from text file to excel manually which is time taking process. can any one suggest a method or program to do the above mentioned.
i need some clarification in this program
numFiles = 25; startRow = 2; endRow = inf; myData = cell(1,numFiles); for fileNum = 1:numFiles fileName = sprintf('myfile%02d.txt',fileNum); myData{fileNum} = importfile(fileName,startRow,endRow); end
suppose i have 25 files and 25 files with 50*3 vectors how to program a loop?? can any one rectify this??

답변 (0개)

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by