标签:
save_file_name=‘C:\Users\cong\Desktop\研一实战\项目\图像中时间数字识别\OCR\result6\‘; for j=0:1:9 image_path=strcat(‘C:\Users\cong\Desktop\研一实战\项目\图像中时间数字识别\trainingSample\num‘,num2str(j),‘\‘); file=dir(image_path);%%%%%% txtname=strcat(‘result‘,num2str(j),‘.txt‘); for i=3:length(file) path= strcat(image_path,file(i).name);%%%%%% fid=fopen([save_file_name,txtname],‘a‘);%%%%% fprintf(fid,‘%s\n‘,path); fclose(‘all‘); end end
matlab 读多个文件夹(有名字规律)中的文件名字保存到txt中
标签:
原文地址:http://www.cnblogs.com/Wanggcong/p/4907626.html