how to load multiple asc files from a directory

조회 수: 6 (최근 30일)
Viktor G.
Viktor G. 2020년 7월 30일
댓글: Cris LaPierre 2020년 7월 31일
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

채택된 답변

Cris LaPierre
Cris LaPierre 2020년 7월 30일
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.
  댓글 수: 2
Viktor G.
Viktor G. 2020년 7월 31일
actually this didn't work for me since it is a large amount of data. I would like to use a loop that saves each asc file as separate table
Cris LaPierre
Cris LaPierre 2020년 7월 31일
In that case, consider looking into how to analyze big data in MATLAB.
To use a for loop, see this post.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Standard File Formats에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by