![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16154395_1567841509492_DEF.jpg)
Angana Borah
Followers: 0 Following: 0
Feeds
질문
save column values of different multiple .txt files without overwriting in a for loop.
yr = [1951:2018]'; for j = 1:size(A) fil = importdata([folder, A(j).name]); file = dlmread(fullfile(folder , A(j).na...
5년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
How to read in a lot of files, average a column, and output in a new file?
What if I want find the average of only a few files from that directory, instead of the fullfile, whose ".name" I know?
How to read in a lot of files, average a column, and output in a new file?
What if I want find the average of only a few files from that directory, instead of the fullfile, whose ".name" I know?
5년 초과 전 | 0