Importing multiple .txt files into one table
Afficher commentaires plus anciens
Hello, I have an issue I have been stuck on for a while. I have several .txt files that I want to import into matlab and produce a single table that I can export into an excel spreadsheet. I want to write a for loop that will select a range of files and then take the same data from each one which will then translate into severeal different variables onto a single table. I am very new to Matlab and any help would be much appreciated.
3 commentaires
YT
le 4 Fév 2019
Would be usefull if you attach a sample of the txt files you want to import.
Aaron Waldman
le 4 Fév 2019
TADA
le 4 Fév 2019
Actually, none of these files are tab delimited, nor with any other delimiter for that matter.
You probably need to parse them using a different method
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Live Scripts and Functions dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!