1 %> @brief Merges datasets parallelly (column-wise).
3 %> Needless say, datasets must have same \ref no, and be representations of the same physical data.
11 o.classtitle = 'Column-wise';
15 methods(Access=protected)
16 function data = do_use(o, datasets)
Merges datasets parallelly (column-wise).
Base class for dataset mergers.
function data_merge_cols(in datasets)