findident.m

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

M
11
字号
%FINDIDENT Determine indices of objects having specified identifiers%%	   J = FINDIDENT(A,IDENT)%% If IDENT is a single object identifier then J is a vector with indices% to all objects with that identifier.%% 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 + -
显示快捷键?