photo

Eimile McSorley


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

提问


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

8 years 前 | 1 个回答 | 0

1

个回答