![]() |
IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
|
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 data_merge_cols | ( | in | datasets | ) |