vertcat.m
来自「The Matlab Toolbox for Pattern Recogniti」· M 代码 · 共 16 行
M
16 行
%VERTCAT Vertical concatenation of datasets (object extension)%% C = [A;B]%% The datasets A and B are vertically concatenated, i.e. the% objects of B are added to the dataset A. This is possible if% the labels of B are given in a similar way as those of A.% If new labels (i.e. classes) are added, the PRIOR field of% A is cleared.%% If B is not a dataset, empty labels are generated.%% The new objects are checked for the feature domains.%% See also SETLABELS, TESTFEATDOM
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?