orthonormal_basis.m
来自「这是支持在MATLAB中进行四元数(哈密顿数)的工具箱」· M 代码 · 共 9 行
M
9 行
function B = orthonormal_basis(V, W)% ORTHONORMAL_BASIS creates an orthonormal basis from a pure quaternion V,% and an optional pure quaternion W, which need not be perpendicular to V,% but must not be parallel.%% The result is represented as a 3 by 3 orthogonal matrix, which may be% complex if V and/or W are complex pure quaternions.% Copyright
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?