findident.m
来自「模式识别工具箱。非常丰富的底层函数和常见的统计识别工具」· M 代码 · 共 16 行
M
16 行
%FINDIDENT Determine indices of objects having specified identifiers%% J = FINDIDENT(A,IDENT,FIELD)%% INPUT% A Dataset% IDENT Object identifiers, see SETIDENT% FIELD Desired field, default 'IDENT'.%% If IDENT is a single object identifier then J is a vector with indices% to all objects with that identifier in the specified FIELD.%% If IDENT is a set of object identifiers, then J is a column vector of% cells, such that J{n} contains a vector with indices to all objects having% identifier IDENT{n}.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?