フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to read .txt files named as number?

1 回表示 (過去 30 日間)
Mr. 206
Mr. 206 2019 年 1 月 10 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
In one of my folders i have files like "Mech_01.txt", "Mech_02.txt", "Mech_03.txt"......... as well as files like "Mech_A.txt", "Mech_B.txt", "Mech_C.txt"..........
How can i read them separately using dir command?
Flame_speed__Exp_folder = '/home/ali/LFS/test/Test_rig';
Allfiles_Exp = dir(fullfile(Flame_speed__Exp_folder, '*Mech_*.txt'));

回答 (1 件)

madhan ravi
madhan ravi 2019 年 1 月 10 日

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by