photo

Angana Borah


Last seen: etwa 4 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

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

fast 5 Jahre vor | 0