how to load multiple asc files from a directory
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Viktor G.
am 30 Jul. 2020
Kommentiert: Cris LaPierre
am 31 Jul. 2020
So i know that i should import my files using
A=readtable('file1.asc','Filetype','text');
however i want to be able to import all of the files trough a loop because there are more than 300, and they all have some random names. Can anyone help me with reading the files in the folder and then creating a loop that could later load all of my asc files?
thank you
Akzeptierte Antwort
Cris LaPierre
am 30 Jul. 2020
I would look into using a datastore. Here's a video demonstrating how to read multiple csv files using an import function with datastore from our Data Processing and Feature Engineering course.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu MATLAB Report Generator finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!