필터 지우기
필터 지우기

How to read a table.txt from series of folders?

조회 수: 1 (최근 30일)
Sateesh Kandukuri
Sateesh Kandukuri 2022년 10월 27일
편집: Sateesh Kandukuri 2022년 11월 9일
Could you please help me to read the data from a table.txt in a series of subfolders from a directory?
clear;
folderList = dir('folder_*.out');
for i=1:length(folderList)
A=readmatrix('table.txt');
end

답변 (1개)

KSSV
KSSV 2022년 10월 27일
  댓글 수: 2
Sateesh Kandukuri
Sateesh Kandukuri 2022년 10월 27일
Dear KSSV, Thank you so much for the suggestion. But I failed to apply it to my case. I am unable to decode it. Could you please provide an alternate solution?
Sateesh Kandukuri
Sateesh Kandukuri 2022년 11월 8일
편집: Sateesh Kandukuri 2022년 11월 9일
I failed to implement it in my case using previous suggestions.

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

카테고리

Help CenterFile Exchange에서 Search Path에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by