I'm very new to working with Matlab so this may be fairly simple.
My problem involves working with a large number of text files to extract a value corresponding with a specific variable from each. I'm running a loop to open all of my files and would like to create an array with all of the extracted values at the end.
In addition, readtable is bringing in two empty columns that I would like to get rid of but I am unsure how to go about this.
Any help would be appreciated.