changelablist.m

来自「模式识别工具箱。非常丰富的底层函数和常见的统计识别工具」· M 代码 · 共 21 行

M
21
字号
%CHANGELABLIST Change current label list 
%
% B = CHANGELABLIST(A,LABLISTNAME)
% B = CHANGELABLIST(A,LABLISTNUMBER)
%
% INPUT
%   A             - Dataset
%   LABLISTNAME   - Name of desired label list
%   LABLISTNUMBER - Number of desired label list (default 1)
%
% OUTPUT
%   B             - Dataset
%
% DESCRIPTION
% This command makes another label list, stored already in A by
% ADDLABLIST, the current one.
% The default label list is the first one set for A.
%
% SEE ALSO
% DATASETS, MULTI_LABELING, ADDLABLIST, CURLABLIST

⌨️ 快捷键说明

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