Filtering txt files out structs and assign to subfolder

1 Ansicht (letzte 30 Tage)
Bas Bloemendaal
Bas Bloemendaal am 24 Nov. 2021
Hi There,
I was trying to filter out the 'CAp_*.txt' files and assign it to the last subfolder, but did not succeed. How can I do this?
Kind Regards,
  1 Kommentar
Bas Bloemendaal
Bas Bloemendaal am 24 Nov. 2021
Found out how to filter on ' CAd':
filtered_struct = directory_text{1,1}(startsWith({directory_text{1,1}.name}, 'CAd'));
However, I cannot assign it to the last subfolder where eacht .txt belongs to.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Shravan Kumar Vankaramoni
Shravan Kumar Vankaramoni am 9 Dez. 2021
Hi,
You can simply use the below code to filter out the files
files = dir(CAp_*.txt) % This will give all the .txt files starting with CAp_
To copy files to a subfolder, refer the below answer:

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Produkte


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by