rotation matrix with Euler angles(peter corke 'robotics tool box')
显示 更早的评论
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 个评论
James Tursa
2020-3-26
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
2020-3-26
Ameer Hamza
2020-3-26
As far as I can see, your code and the professor's code are not same

SUNGWOON YOON
2020-3-27
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Code Generation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

