Group_Test1 is empty
It does not enter the for j loop, so Group_Test1 is empty
clear all
clc
sad = dir('D:\Project\DB1\test\'); % Returns both ...
거의 5년 전 | 답변 수: 1 | 0
1
답변
질문
How can I remove . and ..
clear all
clc
sad = dir('D:\Project\DB1\test\'); % Returns both folders and files
% sad = dir(pwd); % Returns both folders ...
거의 5년 전 | 답변 수: 1 | 0
1
답변
질문
Variable 'Group_Test1' not found.
clear all
clc
sad = dir('D:\Project\DB1\test\'); % Returns both folders and files
cell_array_of_folder_names = {sad([sad....
Variable 'Group_Test1' not found.
clear all
clc
sad = dir('D:\Project\DB1\test\'); % Returns both folders and files
cell_array_of_folder_names = {sad([sad....