統計
MATLAB Answers
8 質問
0 回答
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年以上 前 | 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年 前 | 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年 前 | 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年 前 | 1 件の回答 | 0
1
回答質問
Changing Output File Names
I wrote the program: a = {'path1'}; b = {'path2'}; c = {'path3'}; s_out = {'/Users/Desktop/output'}; ...
約7年 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0

