IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy

Detailed Description

Inverse of classlabels2cell (limited)

This function takes a cell generated by classlabels2cell.m and converts it into a list of class labels (cell array).

What it does is to return the unique elements of the third column of the argument, respecting their order of appearance.

Please note that this function generates a set of class labels that matches the fourth column of the output of classlabels2cell.m

See also
classlabels2cell.m

Definition in file cell2classlabels.m.

Go to the source code of this file.

Functions

function cell2classlabels (in cc)
 

Function Documentation

function cell2classlabels ( in  cc)
Parameters
cc
Returns
classlabels