Rotation_Matrix_Exp​_Log

Version 1.0.0 (7,73 ko) par HS Ding
Matrix Exponential and Log for Rotation Matrix
9 téléchargements
Mise à jour 29 mai 2024

Afficher la licence

Solve SO3 to so3 and so3 to SO3.
There is build-in function expm and logm, but they both do not support vectorize calculation.
My function will increase calculation speed.
Also, logm can not deal with theta = -pi or pi.
Detail see examples: demo_ExpRot_ExpRotInv.mlx
Core Function:
% so3 to SO3
R = ExpRot2(xi);
% SO3 to so3
xi = ExpRotInv(R);
[w,theta] = ExpRotInv(R);

Citation pour cette source

HS Ding (2024). Rotation_Matrix_Exp_Log (https://www.mathworks.com/matlabcentral/fileexchange/166986-rotation_matrix_exp_log), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2024a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Tags Ajouter des tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.0