Process all file in a folder by function
Afficher commentaires plus anciens
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 commentaires
Jan
le 11 Mai 2012
Please explain, what "not working" exactly means.
Geppo Batt
le 11 Mai 2012
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur File Operations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!