Question: With MATLAB, using two 3D vectors you have created with x and y names, calculate the angle between them using dot product, first. Dot product
With MATLAB, using two 3D vectors you have created with x and y names, calculate the angle between them using dot product, first. Dot product is c=dot(x,y) or c=x*y'. Then use cross (vector) product, calculate the same angle and show that the angle is same. Again , cross product is c=cross(x,y).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
