Open Excel file read name of data file, process data file write to six different excel output data files, Repeat in a for loop
이전 댓글 표시
for i=1:30
open excel INPUT file
read data fle names from Excel INPUT file
% internal loop
for j=1:6
process data
open one excel OUTPUT file
write results to excel file as a cell array along one row of excel output file
save excel file
close excel file
end
end
have tried multiple methods, all of which failed, maybe not appropriate to MATLAB R2020b?
댓글 수: 1
Mathieu NOE
2025년 12월 9일
hello
we can better help you if you share your code and some excel files along
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!