rotation matrix with Euler angles(peter corke 'robotics tool box')
Afficher commentaires plus anciens
I have some question about different answer from me to professor (I'm student and i just follow professor's source)
My answer is
eul2r(10, 0, 30)
ans=-0.6669 -0.7451 0
0.7451 -0.6669 0
0 0 1.
My professor is
eul2r(10, 0, 30)
ans=0 -0.3420 0.9397
0 0.9397 0.3420
-1 0 0
what's wrong of me... pleae let me know
4 commentaires
James Tursa
le 26 Mar 2020
You need to give us the details about the assignment and show us your code. As it is we have no way of knowing what the problem might be.
SUNGWOON YOON
le 26 Mar 2020
Ameer Hamza
le 26 Mar 2020
As far as I can see, your code and the professor's code are not same

SUNGWOON YOON
le 27 Mar 2020
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Robotics System Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

