Community Profile

photo

Angana Borah


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


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...

4 years ago | 1 answer | 0

1

answer

Answered
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?

4 years ago | 0