Open Excel file read name of data file, process data file write to six different excel output data files, Repeat in a for loop
Ältere Kommentare anzeigen
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 Kommentar
Mathieu NOE
am 9 Dez. 2025
hello
we can better help you if you share your code and some excel files along
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Spreadsheets finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!