Matlab 3D Vector

-1

I have two 3D vectors in 3D line plot in Matlab. How I can specify an angle name between them? And also an angle between any two crossing lines?

itun

Posted 2012-02-27T00:57:01.027

Reputation: 151

Answers

1

What do you mean by an "angle name"? If you wanna save the angle value under a variable: mathematically, it will be a map/function. you can save the values onto an array indexed by the vectors or lines you have for efficient recalling.

If you are asking for a method to obtain this angle, i.e. the function mentioned above, you can use dot product to do it.

Falcon

Posted 2012-02-27T00:57:01.027

Reputation: 141