📄 getnlab.m
字号:
%GETNLAB Get numeric labels%% [NLAB,LABLIST] = GETNLAB(A)%% The numeric labels of the dataset A are returned in NLAB.% These are pointers to the list of labels LABLIST, so LABLIST(NLAB(i))% is the label of object i. Note, however, that unlabeled objects or% objects with a special label indication to be set by the user, may have% numeric labels NLAB <= 0. Note also that for labels of type 'targets'% the numeric labels NLAB are all set to 0. %% SEE ALSO MULTI_LABELING
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -