Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Other Programming (https://www.askmehelpdesk.com/forumdisplay.php?f=437)
-   -   Iris recognition with Matlab (https://www.askmehelpdesk.com/showthread.php?t=80954)

  • Apr 9, 2007, 10:15 PM
    mihindu
    iris recognition with Matlab
    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?
  • Apr 9, 2007, 10:24 PM
    Clough
    Perhaps something on the following sites will be of help to you. I hope that they are.

    The MathWorks - MATLAB® - The Language of Technical Computing

    The MathWorks - MATLAB®

    The MathWorks - Support by Product - MATLAB®
  • Apr 12, 2007, 01:19 PM
    asterisk_man
    Please look here MATLAB

    This page contains the correct way to use the fileattrib function. It is used for getting and setting the attributes of a file. In your case you are trying to check the attributes of a file. But I can't see why you set savefile the way you have.
  • Jul 19, 2010, 09:58 AM
    walidaydi
    Quote:

    Originally Posted by mihindu View Post
    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.
  • Jan 17, 2011, 08:13 AM
    rizkyfaundra
    Your eyeimage_filename take CASIA database,

  • All times are GMT -7. The time now is 07:56 PM.