photo

Eimile McSorley


Con actividad desde 2016

Followers: 0   Following: 0

Estadística

Feeds

Ver por

Pregunta


I'm trying to create a loop in which i can extract 4 columns and multiple rows from 18 difference txt files and save the extracted data in one file. Is this possible? This is my code from one file
fid1 = fopen('filename'); loopdata = textscan(fid1, '%f %f %f %f', 'delimiter',',','headerlines', 86); fclose(fid1); ...

más de 8 años hace | 1 respuesta | 0

1

respuesta