IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
data_select_groups.m File Reference

Detailed Description

Selects data rows by giving group indexes as parameters.

CAUTION: the indexes do not match the order in which the groups appear in the dataset. Instead, they are indexes to unique(data.groupcodes)

Definition in file data_select_groups.m.

Go to the source code of this file.

Functions

function data_select_groups (in data, in idxs_codes)
 

Function Documentation

function data_select_groups ( in  data,
in  idxs_codes 
)