perClass Documentation
version 5.4 (7-Dec-2018)
ISNAME  Test if a category is present

   I=ISNAME(LL,N)

 INPUT
    LL    SDLIST object
    N     String, character array or cell array with category names

 OUTPUT
    I     vector with 1 if name is present or 0 otherwise

 DESCRIPTION
 ISNAME tests if names in N are present in the list LL.