How to find 3d vector if I know the other vector and the angle between them
Show older comments
Hi there; I am working in 3d space.I have three position vectors and I used the formula below to find the angle value between them.(fl,al and kl positions)
dv1 value is constant
ang = atan2(norm(cross(dv1,dv2)),dot(dv1,dv2));
Now I have different angle value and dv1 is constant How could I find the dv2 vector position?
Accepted Answer
More Answers (0)
Categories
Find more on Vehicle Dynamics Blockset 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!