Hi, I have a question, I have a table with 12 reference points
if true % POINT X Y Z 1 0 0 0 2 70.5 0 0 3 141 0 0 4 141 0 141.5 5 70.5 0 141.5 6 0 0 141.5 7 0 137.5 0 8 70.5 137.5 0 9 141 140 0 10 141 141.5 141.5 11 70.5 139 141.5 12 0 141.5 141.5 end
The segment 1 is defined by the point 1 and point 2 and the segment 2 is defined by the point 1 and point 7. I am able to calculate the angle with the following rotine,
if true % angle_x1_x13 = atan2(norm(cross(v1,v2)),dot(v1,v2)); anglout = radtodeg(angle_x1_x13); end
The result is ~90º and this result is correct if I think in xy plan, but I need to calculate the angle to yz plan and xz plan. Anyone help me?
This code uses your angle calculation and shows for different reference points (3d). 2d is the same for your formula.
% Origin is reference point p1 = 1*ones(1,3); % directly v1 = p1 p2 = 2*ones(1,3); % directly v2 = p2 % With origin as the reference point, the angle between vectors is 0 ang = rad2deg(atan2(norm(cross(p1,p2)),dot(p1,p2))); disp(ang) % Choosing reference point such that new v1, v2 are at 90 degrees refpoint = [2 2 1]; v1 = p1 - refpoint; v2 = p2 - refpoint; angNew = rad2deg(atan2(norm(cross(v1,v2)),dot(v1,v2))); disp(angNew)
Matlabsolutions.com provides guaranteed satisfaction with a
commitment to complete the work within time. Combined with our meticulous work ethics and extensive domain
experience, We are the ideal partner for all your homework/assignment needs. We pledge to provide 24*7 support
to dissolve all your academic doubts. We are composed of 300+ esteemed Matlab and other experts who have been
empanelled after extensive research and quality check.
Matlabsolutions.com provides undivided attention to each Matlab
assignment order with a methodical approach to solution. Our network span is not restricted to US, UK and Australia rather extends to countries like Singapore, Canada and UAE. Our Matlab assignment help services
include Image Processing Assignments, Electrical Engineering Assignments, Matlab homework help, Matlab Research Paper help, Matlab Simulink help. Get your work
done at the best price in industry.