您当前的位置: 首页 >  matlab

星夜孤帆

暂无认证

  • 2浏览

    0关注

    626博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

MatLab遍历文件夹中指定类型文件

星夜孤帆 发布时间:2019-03-15 09:32:30 ,浏览量:2

path = 'G:\test\';
fileExt = '*.mat';
files = dir(fullfile(path,fileExt));
len = size(files,1);
for i=1:len
fileName = strcat(path,files(i,1).name),
end;

参考博客:https://blog.csdn.net/carson2005/article/details/17263083

https://blog.csdn.net/carson2005/article/details/17263083

关注
打赏
1636984416
查看更多评论
立即登录/注册

微信扫码登录

0.0477s