Ask Experts Questions for FREE Help !
Ask
    mihindu's Avatar
    mihindu Posts: 3, Reputation: 1
    New Member
     
    #1

    Apr 9, 2007, 10:15 PM
    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?
    Clough's Avatar
    Clough Posts: 26,677, Reputation: 1649
    Uber Member
     
    #2

    Apr 9, 2007, 10:24 PM
    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®
    asterisk_man's Avatar
    asterisk_man Posts: 476, Reputation: 32
    Full Member
     
    #3

    Apr 12, 2007, 01:19 PM
    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.
    walidaydi's Avatar
    walidaydi Posts: 1, Reputation: 1
    New Member
     
    #4

    Jul 19, 2010, 09:58 AM
    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.
    rizkyfaundra's Avatar
    rizkyfaundra Posts: 1, Reputation: 1
    New Member
     
    #5

    Jan 17, 2011, 08:13 AM
    Your eyeimage_filename take CASIA database,

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search


Check out some similar questions!

Transplanting Iris Bulbs [ 2 Answers ]

I live in northwest Louisiana. When is the best time to transplant Iris? Should the tops be cut off before transplanting?

Recursive Matlab problem [ 2 Answers ]

Hi, I'm trying to write a matlab program for a recursive sequence. I worked out the sequence right I think but can't get the figures right in the program. Here's the program I have so far: %recursive program for water %dam cycling down to empty Clear Format long A=32; Fprintf(' Week ...


View more questions Search