ctranspose.m
来自「模式识别常用功能函数」· M 代码 · 共 16 行
M
16 行
%CTRANSPOSE Transpose mapping (sequential or affine)%% W = CTRANSPOSE(W)% W = W'%% INPUT% W Mapping%% OUTPUT% W Transposed mapping%% DESCRIPTION% For the case of affine (linear) mappings (or sequential combinations of% these), the transpose mapping is defined and returned. For other mappings % an error will be generated. See AFFINE.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?