photo

Eimile McSorley


Active since 2016

Followers: 0   Following: 0

Statistics

Feeds

View by

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

ongeveer 8 jaar ago | 1 answer | 0

1

answer