filename = strcat('./5Train/',num2str(i));
load (filename);
a=regexp(filename,'/.///d','match');
b=regexp(a,'/d','match');
temp=b{1,1};
temp=temp{1,1};
l=str2num(temp); %the number of training samples

被折叠的 条评论
为什么被折叠?



