Skip to content
Snippets Groups Projects
Commit 373deb55 authored by ac_22's avatar ac_22
Browse files

batch process folder

parent 4365a587
No related branches found
No related tags found
No related merge requests found
function processFolder(folderName)
flist=dir(fullfile(folderName,'*.LEVER'));
for ff=1:length(flist)
strDB=fullfile(flist(ff).folder,flist(ff).name);
Batch.processMovie(strDB);
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment