Process all file in a folder by function
Mostra commenti meno recenti
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 Commenti
Jan
il 11 Mag 2012
Please explain, what "not working" exactly means.
Geppo Batt
il 11 Mag 2012
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su File Operations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!