Need to write a function that rotates cartesian coordinates
Mostra commenti meno recenti
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 Commenti
Hikaru
il 30 Gen 2015
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
il 30 Gen 2015
John D'Errico
il 31 Gen 2015
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.
Risposte (1)
Ahmet Cecen
il 30 Gen 2015
0 voti
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.
Categorie
Scopri di più su Simulink in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!