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

Detailed Description

Merges several datasets into one (column-wise)

The new dataset ('out') will be first created as a clone of datasets(1), then column subsequently added to X, fea_x and fea_names

Needless say the datasets need to be row-compatible.

Classes, group_codes, classlabels etc are not checked for comptatibility. Assumes responsible use by the user.

Definition in file data_merge_cols.m.

Go to the source code of this file.

Functions

function data_merge_cols (in datasets)
 

Function Documentation

function data_merge_cols ( in  datasets)