Community Profile

photo

Naomi Gaggi


Last seen: 9 Monate vor Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to create a for loop through a directory for only certain folders in the directory
Hi, I have a parent folder 'Sample' In this folder, I have a lot of folders - some called sub01, sub02, etc. and others that ha...

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Why is Movefile creating a folder instead of renaming a file?
The program: for k = 1:1 Folder = sprintf('/Users/NaomiGaggi/Desktop/GroupAnalysis/sub%d/STRUC/', k); movefile(fu...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Selecting Files Within Subfolders
Hi, I have written the code: >> path = {'/Users/Naomi/Desktop/GroupAnalysis/sub1/STRUC'}; >> movefile('s0-0007-00001-00...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Looping Through Multiple Paths
I am trying to create a code that runs through multiple paths/different folders, within one large mother directory. The folders...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Changing Output File Names
I wrote the program: a = {'path1'}; b = {'path2'}; c = {'path3'}; s_out = {'/Users/Desktop/output'}; ...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Assigning Multiple Files to a Variable Name
Hi, I am trying to get a variable to = a list of file names in multiple folders. So, I have assigned... s = {0012_2013112...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Cellstr error in my program: Where is my mistake?
Hi, My program is the following: s = dir('./sub*/*.*'); for kk = 1:numel(s); if ~s(kk).isdir dicomfiles = 1:numel(...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Renaming Files based on a Folder Name in Sequence
Hi, I am trying to do the following: I have folders participant 1, participant 2, etc. I want to name the files xxxx-folder na...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort