perClass Documentation
development version 3.2 (14-Mar-2012)
Content

Comments? Ideas? Compliments?

Your email (only if you wish to be contacted)

ISPROP Tests if a property is present

    I=ISPROP(DATA,PROP)
    [I,TYPE]=ISPROP(DATA,PROP)

 INPUT
    DATA    Data set
    PROP    Property name

 OUTPUT
    I       Logical value
    TYPE    string property type ('sample','feat' or 'data')

 DESCRIPTION
 ISPROP returns 1 if the property PROP exists in DATA, and 0 otherwise.
 In the second output argument, ISPROP returns the property type.