2014年5月3日星期六

matlab read multiple file

rootpath = '../../root/';
flist = dir(fullfile(rootpath, '*keyword1*_keyword2.dat'));  %get file name list
a = importdata(fullfile(rootpath, flist(1).name));

没有评论:

发表评论