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?