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

Detailed Description

Merges several datasets into one (row-wise)

The new dataset ('out') will be first created as a clone of datasets(1) however with the fields listed in datasets(1).rowfieldnames empty

Needless say the datasets need to be column-compatible.

Definition in file data_merge_rows.m.

Go to the source code of this file.

Functions

function data_merge_rows (in datasets)
 

Function Documentation

function data_merge_rows ( in  datasets)