rotation matrix with Euler angles(peter corke 'robotics tool box')
Show older comments
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 Comments
James Tursa
on 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
on 26 Mar 2020
Ameer Hamza
on 26 Mar 2020
As far as I can see, your code and the professor's code are not same

SUNGWOON YOON
on 27 Mar 2020
Accepted Answer
More Answers (0)
Categories
Find more on Robotics System Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
