setlablistnames.m

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

M
25
字号
%SETLABLISTNAMES Reset the names of label lists%%       A = SETLABLISTNAMES(A,NEW_NAMES,J)%       A = SETLABLISTNAMES(A,NEW_NAMES,OLD_NAMES)%% INPUT%   A          - Dataset%   NEW_NAMES  - String or character array%   J          - Vector identifying lablist numbers%   OLD_NAMES  - String or character array%% OUTPUT%   A          - Dataset%% DESCRIPTION% One or more names of the label lists are reset.% J should have as many elements as names stored in NEW_NAMES.% Default J=1, in which case NEW_NAMES should be a string.% In case existing names are identified by OLD_NAMES, this% charater array should have as many names as NEW_NAMES.%% SEE ALSO% DATASETS, MULTI_LABELING, ADDLABELS, ADDLABLIST, CHANGELABLIST,% CURLABLIST, GETLABLISTNAMES

⌨️ 快捷键说明

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