vertcat.m

来自「The pattern recognition matlab toolbox」· M 代码 · 共 14 行

M
14
字号
%VERTCAT Vertical concatenation of datafiles (object extension)%%    C = [A;B]%% The datafiles A and B are vertically concatenated, i.e. the% objects of B are added to the dataset A. This is consistent with % the vertical concatenation of datasets.%% The datafiles should be both raw or both mature. It is assumed that% the preprocessing and postprocessing fields are equal. If not, a% warning is generated and those of A are used.%% See also DATAFILES

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?