How can I open multiple .atf (text files) into different matrices?
2 views (last 30 days)
Show older comments
Right now I am using the following to open .atf files: a=readtable('Test1.atf','FileType', 'Text', 'Delimiter', '\t', 'HeaderLines', 2) This will read the file and create a matrix while removing the first 2 header rows.
Unfortunately, this will only open one file at a time based on the name I have written in the line. Is there a way to open multiple files at once and store them into different tables?
So the first .atf file in the directory will go into one matrix, the next into another, and so on.
Thanks for the help!
0 Comments
See Also
Categories
Find more on Low-Level File I/O in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!