
Originally Posted by
mihindu
I got error in line 42 [stat,mess]=fileattrib(savefile); in createiristemplate.m.
I'm using MATLAB 7.1.
I also don't understand these code:
savefile = [eyeimage_filename,'-houghpara.mat'];
[stat,mess]=fileattrib(savefile);
Is 'houghpara.mat' an attrib?
anyone can help me to understand, what does this code segment is done?
Hello,
I want to compile Masek algo using matlab7.0.
I got the following error:
??? Error using ==> fileattrib
Can not find specified file or directory.
Error in ==> createiristemplate at 43
[stat,mess]=fileattrib(savefile);
Could you please tell me how can solve this problem.
Thanks an advance.