码迷,mamicode.com
首页 > 其他好文 > 详细

matllab 按照文件夹处理文件

时间:2019-09-24 15:53:10      阅读:91      评论:0      收藏:0      [点我收藏+]

标签:lin   for   read   文件夹   diff   end   处理   current   list   

folders=dir(文件夹地址);

folders={folders.name};
folders=setdiff(folders,{.,..});
num=length(folders);

utente = 0;

for j=1:n
    utente=utente+1;
    tline = folders{j};
    path_utente= [文件夹地址,tline,\‘];
    photo_list = dir([path_utente,\*.文件后缀名]);
    currentRoi= imread([path_utente photo_list(i).name]);  %处理文件
end

 

matllab 按照文件夹处理文件

标签:lin   for   read   文件夹   diff   end   处理   current   list   

原文地址:https://www.cnblogs.com/zhuguanhao/p/11578399.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!