필터 지우기
필터 지우기

How can I get and read data files from a folder?

조회 수: 23 (최근 30일)
Agustin
Agustin 2017년 3월 7일
댓글: Agustin 2017년 3월 7일
I'm working on some data files to process radar images for analysis but I'm having issues with getting and reading the files. With the following I am able to get and read the file by manually selecting the file
[fname1, pname,ext] = uigetfile( ... {'*.gbf','GBF data file (*.gbf)'}, ... 'Select GBD file');
This works if I'm only working with one or two files but I want to work with over 1,000 files. Does anyone know a way to get and read all the files at once? Looking forward for a soon reply.
Thank you;
  댓글 수: 1
Stephen23
Stephen23 2017년 3월 7일
This is such a common topic that it is extensively covered in the MATLAB wiki:
and also hundreds/thousands of times on this forum:
and no doubt countless other blogs and tutorials online. Have you read any of them?

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

채택된 답변

Adam
Adam 2017년 3월 7일
  댓글 수: 1
Agustin
Agustin 2017년 3월 7일
Thank you! This was very helpful. It was exactly what I was looking for.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Detection, Range and Doppler Estimation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by