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!

