Importing multiple .txt files and then creating a new matrix
Show older comments
I have 20 .txt files for group 1 and 17 .txt files for group 2. Each .txt file has 90 x 90 entries. I'd like to import all 37 .txt files, and then ultimately create an array where entries i,j from each group 1 file are in one vector of size 20, and then entries i,j from each group 2 file are in a vector of size 17.
Answers (1)
Categories
Find more on Text Files 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!