PRTools contents |
GETFEATLAB
FEATLAB = GETFEATLAB(A,STRING)
Input | |
A | Dataset |
STRING | Indicate whether feature labels should be returned as strings (if 'string' or 1), or not (default). |
Output | |
FEATLAB | Feature labels |
Returns the labels of the features of dataset A. If STRING equals 'string' or 1, the label list is converted to characters, which may be useful for display purposes and annotation of graphs.
PRTools contents |