Need to write a function that rotates cartesian coordinates
이전 댓글 표시
I have this homework problem and have no clue where to start. Wondering if the community can help me out. Professor is out of the question to ask for help on this one. We don't get along too well.
I submitted a zipped file. It contains the whole layout of what needs to be done.
Given coordinates, a matrix, turn coordinates around an axis. Make sure inputs are given by command window.
댓글 수: 3
Hikaru
2015년 1월 30일
I'm not sure how to guide you without more information, tell us specifically what have you attempted so far and what are you trying to do but needs help with the coding. If you haven't attempted anything, maybe start from reading the help documentation on function and input.
Raymond Alaniz
2015년 1월 30일
John D'Errico
2015년 1월 31일
I'm not sure where you submitted the file. If anything, it should be as an attachment. Please don't put it on the file exchange.
답변 (1개)
Ahmet Cecen
2015년 1월 30일
0 개 추천
Look up rotation matrix or transformation matrix on Wikipedia. Your final function should take coordinates matrix and angle, and spit out
New Matrix = Rotation Matrix * Old Matrix as the answer.
카테고리
도움말 센터 및 File Exchange에서 Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!