conj.m

来自「这是支持在MATLAB中进行四元数(哈密顿数)的工具箱」· M 代码 · 共 13 行

M
13
字号
function c = conj(a, F)% CONJ   Quaternion conjugate.% (Quaternion overloading of Matlab standard function.)%% Implements three different conjugates:%% conj(X) or% conj(X, 'hamilton') returns the quaternion conjugate.% conj(X, 'complex')  returns the complex conjugate.% conj(X, 'total')    returns the 'total' conjugate equivalent to%                     conj(conj(X, 'complex'), 'hamilton')% Copyright 

⌨️ 快捷键说明

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