photo

Angana Borah


Last seen: más de 4 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

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

alrededor de 5 años hace | 0