📄 inv.m
字号:
function R = inv(a)% INV Inverse of a quaternion (matrix).% (Quaternion overloading of standard Matlab function.)%% For a single quaternion, this function computes the inverse,% that is the conjugate divided by the modulus. The result will% be a NaN if the quaternion has zero modulus. For matrices it% computes the matrix inverse using an analytical formula based% on partitioning the matrix into sub-matrices. A better method% may be substituted in the future.% Copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -