Process all file in a folder by function
Show older comments
Hi, i write a function which process a image file : main(filename) where "filename" indicates the image to be process. I would like to process all the images in the folder "tot16", i would use this function <http://www.mathworks.com/matlabcentral/fileexchange/25316-auto-process-all-files-in-sub-folders&watching=25316> but not working. I write the function call :
PathRunner('/Users/XXXX/Documents/MATLAB/Thesis' , '/tot16' ,@main , flag , '*.raw' )
where :
- /Users/XXXX/Documents/MATLAB/Thesis is the directory where is the function @main
- /tot16 is the directory which contain all image files
2 Comments
Jan
on 11 May 2012
Please explain, what "not working" exactly means.
Geppo Batt
on 11 May 2012
Accepted Answer
More Answers (0)
Categories
Find more on Convert Image Type in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!