フィルターのクリア

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 Center および File ExchangeSearch Path についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by