anxp

Angle of the cross product of two vectors.
1.5K Downloads
Updated 2 Oct 2006

View License

This m-file returns the angle in decimals of degrees of the cross product of two vectors. Both vectors must be of 3 elements.

Syntax: function anxp(A,B)

Inputs:
A and B - vectors must be of 3 elements.

Output:
x - angle in decimals of degrees of cross product of the two vectors.

Cite As

Antonio Trujillo-Ortiz (2024). anxp (https://www.mathworks.com/matlabcentral/fileexchange/12411-anxp), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Linear Algebra in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0

Reference was added.