vertcat.m
来自「一个强大的统计模式识别工具箱」· 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 of the same type. 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 + -
显示快捷键?