file=dir('/home/wang/Desktop/trainset/others/'); for i=3:length(file) path= strcat('/home/wang/Desktop/trainset/other/',file(i).name,' '); %save('/home/wang/Desktop/trainsetimage_name'); %save result.txt -ascii path fid=fopen('./result4.txt','a'); fprintf(fid,path); end