Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
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 (2026). angle2dcm3(rot1, rot2, rot3, order) (https://fr.mathworks.com/matlabcentral/fileexchange/51546-angle2dcm3-rot1-rot2-rot3-order), MATLAB Central File Exchange. Extrait(e) le .
Catégories
En savoir plus sur Antennas, Microphones, and Sonar Transducers dans Help Center et MATLAB Answers
Informations générales
- Version 2.0.0.0 (1,17 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 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 |
