angle2dcm3(rot1, rot2, rot3, order)

Converts euler angles to dcm based on order specified.
188 téléchargements
Mise à jour 26 juin 2015

Afficher la licence

The function converts euler angles to 3 x 3 direction cosine matrix. The order of rotation is specified as 'ZYX', 'XYZ' , etc. In right handed system, clockwise rotation about an axis while looking towards origin from axis is taken as positive. The function is similar to angle2dcm of matlab, but differs in sign of rotation angles. In matlab, anticlockwise direction is taken as positive. angle2dcm2(rot1, rot2, rot3) = angle2dcm(-rot1, -rot2, -rot3)

Citation pour cette source

Vipin Yadav (2024). angle2dcm3(rot1, rot2, rot3, order) (https://www.mathworks.com/matlabcentral/fileexchange/51546-angle2dcm3-rot1-rot2-rot3-order), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2015a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Antennas, Microphones, and Sonar Transducers dans Help Center et MATLAB Answers

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
2.0.0.0

rotate(rotangle, x, y, z) function is included. This function rotates any vector [x, y, z] by angle rotangle. The angle is given in degrees. angle2dcm3 calles rotate(..) internally.

1.0.0.0