photo

Eimile McSorley


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

Feeds

Afficher par

Question


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

environ 8 ans il y a | 1 réponse | 0

1

réponse