folder split into parts
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
DIMITRIOS THEODOROPOULOS
am 17 Jan. 2019
Kommentiert: DIMITRIOS THEODOROPOULOS
am 18 Jan. 2019
I have a medical folder with 2 kinds of data Prostatex0000_* and Prostatex0001_*
How can i split the original folder into 2 subfolders?
3 Kommentare
Rik
am 17 Jan. 2019
OK, so how can you get a list of files inside a folder? There is 1 function that does that.
And once you have that list, what method can you use to process each file individually?
How can you move a file? How can you create a folder?
How can you detect if a file starts with Prostatex0001 or Prostatex0000?
Start with these questions. This should enable you to find the solution on your own. The most important thing you learn as a programmer is splitting up your big problem into solvable parts.
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Whos finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!