Documentation of iselement


Global Index (all files) (short | long) | Local Index (files in subdir) (short | long)


Function Synopsis

ise = iselement ( value, set ) ;

Help text

 function ise = iselement ( value, set ) ;

 ISELEMENT returns a TRUE value if the scalar VALUE is found
           to be equal to one or more of the elements in variable SET.

Cross-Reference Information

This function is called by

Listing of function iselement

function ise = iselement ( value, set ) ;

  ise = any(value==set);