subsref.m

来自「这是我找到的一个模式识别工具箱」· M 代码 · 共 12 行

M
12
字号
%SUBSREF Subscript reference overload of mapping%% This routine enables constructions like DATA = W.DATA,% which is similar to DATA = GETDATA(W).%% In addition V = W(I,J) is supported for affine transformations.% It is again an affine mapping using the [I,J] block of the% rotation matrix and the elements J of the support vector.%% For arbitrary mappings just V = W(:,J) is defined by output% selection: A*V returns just the features J of A*W.

⌨️ 快捷键说明

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