iscombiner.m
来自「matlab的模式识别toolbox」· M 代码 · 共 18 行
M
18 行
%ISCOMBINER Test whether the argument is a combiner mapping%% OK = ISCOMBINER(W)% ISCOMBINER(W)%% INPUT% W Mapping%% OUTPUT% OK 1/0 indicating if the mapping type of W is COMBINER %% DESCRIPTION% If called without an output argument, ISCOMBINER generates an error% if the mapping type of W is not a COMBINER.%% SEE ALSO% HELP MAPPINGS for an explanation of 'COMBINER'.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?