photo

Naomi Gaggi


Last seen: 2 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
223,210
of 300,753

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 21,075

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,858

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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...

6 years 前 | 2 个回答 | 0

2

个回答

提问


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...

7 years 前 | 1 个回答 | 0

1

个回答

提问


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

7 years 前 | 2 个回答 | 0

2

个回答

提问


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...

7 years 前 | 1 个回答 | 0

1

个回答

提问


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

7 years 前 | 1 个回答 | 0

1

个回答

提问


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...

7 years 前 | 1 个回答 | 0

1

个回答

提问


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(...

7 years 前 | 0 个回答 | 0

0

个回答

提问


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...

7 years 前 | 1 个回答 | 0

1

个回答