setlablist.m

来自「matlab的模式识别toolbox」· M 代码 · 共 12 行

M
12
字号
%SETLABLIST Set names of classes or targets%%    A = SETLABLIST(A,LABLIST)%% LABLIST should be a column vector of C elements (integers, characters,% or strings), in which C is the number of classes or targets of A.%%    A = SETLABLIST(A)%% Remove entries in the lablist of A to which no objects are assigned,% i.e. remove empty classes.

⌨️ 快捷键说明

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